Explorar el Código

Update 'Jenkinsfile'

appsptb hace 1 mes
padre
commit
81f7b927c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -20,7 +20,7 @@ node {
 	
     stage('Initialize'){
       def dockerHome = tool 'myDocker'
-      env.PATH = "${dockerHome}/bin:${env.PATH}"
+      env.PATH = "${dockerHome}/bin:/var/bin/docker:${env.PATH}"
     }
 	
     stage('Environment') {