|
|
@@ -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
|
|
|
}
|
|
|
|