diff --git a/Jenkinsfile b/Jenkinsfile index ccd1d96..33a187d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { - agent { dockerfile true } - + agent any + environment { REGISTRY_CREDENTIALS = credentials('registry-credentials-id') }