change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 12:11:39 +02:00
parent 8d4f6c4e88
commit 79eeebbb27

3
Jenkinsfile vendored
View File

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