浏览代码

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