Parcourir la source

add Jenkinsfile

Benjamin Kornblum il y a 8 mois
Parent
commit
b3b2384b74
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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}"
     }