Explorar el Código

add Jenkinsfile

Benjamin Kornblum hace 8 meses
padre
commit
b3b2384b74
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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