I think I fixed it

pull/1/head
s00ner 2022-02-18 15:55:04 -05:00
parent 92cafeeebb
commit 5b957a634d
1 changed files with 10 additions and 10 deletions

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
agent any
stages {
stage('Everything') {
node("BHTH web server") {
agent { label 'prod_web' }
steps {
sh '''
cd $(mktemp -d);