Explorar el Código

add Jenkinsfile

Benjamin Kornblum hace 8 meses
padre
commit
a78763d636
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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') {