From ea5985fa3ac80c3d4bb66b21e3e0ea42e1f2c5c9 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 18 Nov 2020 12:53:46 +0100 Subject: [PATCH] ci: fix calling podman_login() A typo when calling podman_log() causes CI jobs to fail. Fixes: 1eec379 "ci: pre-pull Ceph base-image and cephcsi:devel for mini-e2e-helm jobs" Signed-off-by: Niels de Vos --- containerized-tests.groovy | 2 +- mini-e2e-helm.groovy | 2 +- mini-e2e.groovy | 2 +- upgrade-tests.groovy | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/containerized-tests.groovy b/containerized-tests.groovy index dc18387be..181ce9dd8 100644 --- a/containerized-tests.groovy +++ b/containerized-tests.groovy @@ -95,7 +95,7 @@ node('cico-workspace') { returnStatus: true) withCredentials([usernamePassword(credentialsId: 'container-registry-auth', usernameVariable: 'CREDS_USER', passwordVariable: 'CREDS_PASSWD')]) { - podman_login("${CREDS_USER}", "${CREDS_PASSWD}:) + podman_login("${CREDS_USER}", "${CREDS_PASSWD}") } parallel test: { diff --git a/mini-e2e-helm.groovy b/mini-e2e-helm.groovy index a1483bcdd..e04466032 100644 --- a/mini-e2e-helm.groovy +++ b/mini-e2e-helm.groovy @@ -113,7 +113,7 @@ node('cico-workspace') { ).trim() withCredentials([usernamePassword(credentialsId: 'container-registry-auth', usernameVariable: 'CREDS_USER', passwordVariable: 'CREDS_PASSWD')]) { - podman_login("${CREDS_USER}", "${CREDS_PASSWD}:) + podman_login("${CREDS_USER}", "${CREDS_PASSWD}") } // base_image is like ceph/ceph:v15 diff --git a/mini-e2e.groovy b/mini-e2e.groovy index 55a3e2879..a9326a304 100644 --- a/mini-e2e.groovy +++ b/mini-e2e.groovy @@ -110,7 +110,7 @@ node('cico-workspace') { ).trim() withCredentials([usernamePassword(credentialsId: 'container-registry-auth', usernameVariable: 'CREDS_USER', passwordVariable: 'CREDS_PASSWD')]) { - podman_login("${CREDS_USER}", "${CREDS_PASSWD}:) + podman_login("${CREDS_USER}", "${CREDS_PASSWD}") } // base_image is like ceph/ceph:v15 diff --git a/upgrade-tests.groovy b/upgrade-tests.groovy index b7250fe50..4750f9ce0 100644 --- a/upgrade-tests.groovy +++ b/upgrade-tests.groovy @@ -110,7 +110,7 @@ node('cico-workspace') { ).trim() withCredentials([usernamePassword(credentialsId: 'container-registry-auth', usernameVariable: 'CREDS_USER', passwordVariable: 'CREDS_PASSWD')]) { - podman_login("${CREDS_USER}", "${CREDS_PASSWD}:) + podman_login("${CREDS_USER}", "${CREDS_PASSWD}") } // base_image is like ceph/ceph:v15