Fixed typo

This commit is contained in:
Karol Górzyński 2020-12-10 16:52:50 +01:00
parent 16721ed210
commit 1e50bd15fa
1 changed files with 4 additions and 2 deletions

6
Jenkinsfile vendored
View File

@ -38,8 +38,10 @@ pipeline {
} }
} }
} }
steps('echo') { }
sh "echo works" stage('Clarify') {
steps {
sh "echo Dziala"
} }
} }
} }