Alexander Pankratov 3 年前
父节点
当前提交
c064808aaa
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      Jenkinsfile

+ 3
- 2
Jenkinsfile 查看文件

@@ -28,8 +28,9 @@ pipeline {
28 28
             
29 29
         }
30 30
         stage ('Deploy') {
31
-            steps {
32
-				sh 'sudo /root/jenkins_scripts/qa_deploy ${WORKSPACE}/out'
31
+            steps {				
32
+				sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
33
+				sh '~scripts/push.sh ${WORKSPACE}/out'
33 34
 			}
34 35
         }
35 36
     }

正在加载...
取消
保存