diff --git a/Jenkinsfile b/Jenkinsfile index c4302c8..3f1e5c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent none + agent any stages { stage('Install') { @@ -31,7 +31,6 @@ pipeline { } stage('Build Docker Image') { - agent any // environment { // DOCKER_PUSH = credentials('docker_push') // }