소스 검색

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 {