Ver código fonte

Update 'Jenkinsfile'

snppla 6 anos atrás
pai
commit
dbd22d491b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -11,7 +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
+						sh "env"
 					}
 				}
 			}