From 4b1f69ae07c7e66ff408d4cda5b73bea19dc81dd Mon Sep 17 00:00:00 2001 From: Jan Rabcan Date: Wed, 20 Oct 2021 03:21:49 +0200 Subject: [PATCH] a. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') }