fixed missing stages section
Gitea/Baltimore-hackthebox-knowledgebase/pipeline/head There was a failure building this commit Details

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 { pipeline {
agent any agent any
stages {
node("BHTH web server") { node("BHTH web server") {
stage('Everything') { stage('Everything') {
steps { steps {
@ -18,4 +18,5 @@ pipeline {
} }
} }
} }
}
} }