change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 11:35:01 +02:00
parent dddd769478
commit 6d2a96f71f

3
Jenkinsfile vendored
View File

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