Alexander Pankratov 4 年之前
父節點
當前提交
fb6870c68f
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      Jenkinsfile

+ 2
- 1
Jenkinsfile 查看文件

30
         stage ('Deploy') {
30
         stage ('Deploy') {
31
             steps {				
31
             steps {				
32
 				sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
32
 				sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
33
-				sh '~scripts/push.sh ${WORKSPACE}/out'
33
+				sh '~/scripts/push.sh ${WORKSPACE}/out'
34
+				sh 'echo ${WORKSPACE}'
34
 			}
35
 			}
35
         }
36
         }
36
     }
37
     }

Loading…
取消
儲存