Browse Source

add Jenkinsfile

Benjamin Kornblum 8 tháng trước cách đây
mục cha
commit
a78763d636
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

@@ -4,7 +4,6 @@ node {
     stage('Initialize'){
         def dockerHome = tool 'myDocker'
         env.PATH = "${dockerHome}/bin:${env.PATH}"
-        sh 'service docker start'
     }
 
     stage('Clone repository') {