Ver Fonte

add Jenkinsfile

Benjamin Kornblum há 8 meses atrás
pai
commit
6d26db4e44
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      Jenkinsfile

+ 0 - 2
Jenkinsfile

@@ -4,12 +4,10 @@ node {
     stage('Initialize'){
         def dockerHome = tool 'docker'
         env.PATH = "${dockerHome}/bin:${env.PATH}"
-       
     }
 
     stage('Clone repository') {
         /* Let's make sure we have the repository cloned to our workspace */
-        sh 'usermod -aG docker jenkins'
         checkout scm
     }