snppla 6 жил өмнө
parent
commit
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
 					}
 				}
 			}