fixed missing stages section

pull/1/head
s00ner 2022-02-18 15:30:29 -05:00
parent 89aad3b221
commit f21486a597
1 changed files with 12 additions and 11 deletions

3
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@
*/
pipeline {
agent any
stages {
node("BHTH web server") {
stage('Everything') {
steps {
@ -18,4 +18,5 @@ pipeline {
}
}
}
}
}