From fb91ceb45d3b2ec42da7106e3b50f89a16dd1cae Mon Sep 17 00:00:00 2001 From: Jan Rabcan Date: Wed, 20 Oct 2021 03:19:38 +0200 Subject: [PATCH] a. --- Jenkinsfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index eba2505..ccd1d96 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,11 +1,13 @@ pipeline { agent { dockerfile true } + + environment { + REGISTRY_CREDENTIALS = credentials('registry-credentials-id') + } stages { - environment { - REGISTRY_CREDENTIALS = credentials('registry-credentials-id') - } + stage('Installation') { steps { echo "start Installation"