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