Browse Source

add Jenkinsfile

Benjamin Kornblum 8 tháng trước cách đây
mục cha
commit
b89480d73c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 */