change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 12:09:48 +02:00
parent 91299be11f
commit 0eb280c3b1

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage('Hello') {
steps {
echo 'Hello World'
sh label:'', script: 'whoami'
//sh label:'', script: 'whoami'
}
}