change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 11:37:00 +02:00
parent 6d2a96f71f
commit 149ecb2697

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage('Hello') {
steps {
echo 'Hello World'
sh label:'Label only for make change', script: 'whoami'
sh label:'', script: 'whoami'
}
}