Parcourir la source

add Jenkinsfile

Benjamin Kornblum il y a 8 mois
Parent
commit
b89480d73c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -1,10 +1,10 @@
 node {
     def app
 
-    stage('Initialize'){
+   /*stage('Initialize'){
         def dockerHome = tool 'myDocker'
         env.PATH = "${dockerHome}/bin:${env.PATH}"
-    }
+    }*/
 
     stage('Clone repository') {
         /* Let's make sure we have the repository cloned to our workspace */