moved node line inside stage
Gitea/Baltimore-hackthebox-knowledgebase/pipeline/head There was a failure building this commit Details

pull/1/head
s00ner 2022-02-18 15:33:54 -05:00
parent f21486a597
commit 92cafeeebb
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -5,8 +5,8 @@
pipeline {
agent any
stages {
node("BHTH web server") {
stage('Everything') {
stage('Everything') {
node("BHTH web server") {
steps {
sh '''
cd $(mktemp -d);