Browse Source

add Jenkinsfile

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

+ 1 - 0
Jenkinsfile

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