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