Explorar el Código

add Jenkinsfile

Benjamin Kornblum hace 8 meses
padre
commit
5e49b5e2d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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