Alexander Pankratov 3 년 전
부모
커밋
fb6870c68f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      Jenkinsfile

+ 2
- 1
Jenkinsfile 파일 보기

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

Loading…
취소
저장