Alexander Pankratov 3 anos atrás
pai
commit
c064808aaa
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3
    2
      Jenkinsfile

+ 3
- 2
Jenkinsfile Ver arquivo

@@ -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
     }

Carregando…
Cancelar
Salvar