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