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

+ 2 - 0
Jenkinsfile

@@ -1,6 +1,7 @@
 pipeline {
 	agent none
 	stages {
+        // 生产
 		stage('prod') {
             agent { dockerfile true }
             when {
@@ -10,6 +11,7 @@ pipeline {
 				sh 'composer --version'
 			}
 		}
+        // 测试环境
         stage('test') {
             agent { docker 'php:7.4-cli'}
             when {