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

+ 2
- 1
Jenkinsfile Ver arquivo

@@ -30,7 +30,8 @@ pipeline {
30 30
         stage ('Deploy') {
31 31
             steps {				
32 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
     }

Carregando…
Cancelar
Salvar