Преглед изворни кода

Change label to `prod`

Target only the web host node in order to deploy.
DricomDragon пре 5 година
родитељ
комит
b23b30a9ab
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      undeployed/ci/jenkinsfile

+ 1 - 1
undeployed/ci/jenkinsfile

@@ -1,7 +1,7 @@
 #!/usr/bin/env groovy
 
 pipeline {
-    agent { label 'linux' }
+    agent { label 'prod' }
     stages {
         stage('Intro') {
             steps {