소스 검색

Update 'Jenkinsfile'

snppla 6 년 전
부모
커밋
92fdb5f10c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -11,6 +11,7 @@ pipeline{
 					docker.withRegistry('https://docker.snppla.net', 'nexus_push'){
 						def customImage = docker.build("docker.snppla.net/snppla/gogs:${env.GIT_BRANCH}", "--pull ./")
 						customImage.push()
+						sh env
 					}
 				}
 			}