moved node line inside stage
Gitea/Baltimore-hackthebox-knowledgebase/pipeline/head There was a failure building this commit
Details
Gitea/Baltimore-hackthebox-knowledgebase/pipeline/head There was a failure building this commit
Details
parent
f21486a597
commit
92cafeeebb
|
@ -5,8 +5,8 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
node("BHTH web server") {
|
||||
stage('Everything') {
|
||||
node("BHTH web server") {
|
||||
steps {
|
||||
sh '''
|
||||
cd $(mktemp -d);
|
||||
|
|
Loading…
Reference in New Issue