aexiaoliou %!s(int64=2) %!d(string=hai) anos
pai
achega
63cd1a2002
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      Jenkinsfile

+ 10 - 0
Jenkinsfile

@@ -21,5 +21,15 @@ pipeline {
                 sh 'php --version'
             }
         }
+        // 生产环境
+        stage('dev') {
+            agent any
+            when {
+                branch 'dev'
+            }
+            steps {
+                sh 'echo Jenkins Test'
+            }
+        }
     }
 }