64cf864b by xu

Update Jenkinsfile

1 parent 38bc71d5
...@@ -54,7 +54,7 @@ pipeline { ...@@ -54,7 +54,7 @@ pipeline {
54 steps { 54 steps {
55 //分分支构建 55 //分分支构建
56 script{ 56 script{
57 if(env.BRANCH_NAME=='develop'){ 57 if(env.BRANCH_NAME=='recover-branch-copy'){
58 //develop分支环境 58 //develop分支环境
59 echo 'start to deploy ${SVN_FOLD} on develop ...' 59 echo 'start to deploy ${SVN_FOLD} on develop ...'
60 sh ''' 60 sh '''
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!