diff --git a/Jenkinsfile b/Jenkinsfile index 1a8cf6d..347b7a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,7 @@ pipeline { // Build + deploy stages require Docker CLI/daemon access on the Jenkins node. // Ensure this label maps to an agent with Docker installed and usable. + //update agent any environment {