Fixing shell command in Jenkinsfile
Apps/everybody-mov/pipeline/head This commit looks good
Details
Apps/everybody-mov/pipeline/head This commit looks good
Details
This commit is contained in:
parent
d431990609
commit
144aa93b51
|
@ -9,12 +9,12 @@ pipeline {
|
|||
stages {
|
||||
stage('Setup') {
|
||||
steps {
|
||||
sh 'Hello world!'
|
||||
sh 'echo Hello world!'
|
||||
}
|
||||
}
|
||||
stage('Check') {
|
||||
steps {
|
||||
sh 'Hello galaxy!'
|
||||
sh 'echo Hello galaxy!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue