瀏覽代碼

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 {