diff --git a/Jenkinsfile b/Jenkinsfile index ea1101c..57b5e66 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,8 @@ pipeline { stage('Hello') { steps { echo 'Hello World' - sh label:'', script: 'whoami' + sh label:'Label only for make change', script: 'whoami' + } } }