fixed missing stages section
parent
89aad3b221
commit
f21486a597
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
node("BHTH web server") {
|
||||
stage('Everything') {
|
||||
steps {
|
||||
|
@ -18,4 +18,5 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue