fix jenkinsfile
This commit is contained in:
parent
1c77da3484
commit
c8909689c0
@ -7,7 +7,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('test') {
|
stage('test') {
|
||||||
sh 'echo Hello World'
|
steps {
|
||||||
|
sh 'echo Hello World'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user