change jenkinsfile
This commit is contained in:
parent
6d2a96f71f
commit
149ecb2697
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -5,7 +5,7 @@ pipeline {
|
|||||||
stage('Hello') {
|
stage('Hello') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Hello World'
|
echo 'Hello World'
|
||||||
sh label:'Label only for make change', script: 'whoami'
|
sh label:'', script: 'whoami'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user