From 4902a9c3410138da8f99057b7fd540d29e0bfe50 Mon Sep 17 00:00:00 2001 From: Jan Rabcan Date: Wed, 20 Oct 2021 03:51:26 +0200 Subject: [PATCH] a --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 15cc55f..28eff8c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { environment { REGISTRY_CREDENTIALS = credentials('registry-credentials-id') - PORTAINER_CREDENTIALS = credentials('portainer-credentials') + PORTAINER_CREDENTIALS = credentials('portainer-credentials-id') } stages {