change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 12:18:45 +02:00
parent 79eeebbb27
commit 5943c6802c

3
Jenkinsfile vendored
View File

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