aexiaoliou 2 years ago
parent
commit
1ba97d435a
1 changed files with 2 additions and 0 deletions
  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 {