diff --git a/Jenkinsfile b/Jenkinsfile index dce323c..ea1101c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,7 @@ pipeline { stage('Hello') { steps { echo 'Hello World' + sh label:'', script: 'whoami' } } }