Alexander Pankratov 4 lat temu
rodzic
commit
fb6870c68f
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      Jenkinsfile

+ 2
- 1
Jenkinsfile Wyświetl plik

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
     }

Ładowanie…
Anuluj
Zapisz