change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 12:00:31 +02:00
parent 66c86b7bc5
commit 91299be11f

2
Jenkinsfile vendored
View File

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