moved node line inside stage

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 { pipeline {
agent any agent any
stages { stages {
node("BHTH web server") { stage('Everything') {
stage('Everything') { node("BHTH web server") {
steps { steps {
sh ''' sh '''
cd $(mktemp -d); cd $(mktemp -d);