aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Segundo2023-09-16 14:18:34 +0200
committerChristian Segundo2023-09-16 14:18:34 +0200
commit8fd76f3d64e165c1c6e8e9875fc2a1c2a6e8f1e9 (patch)
tree9770a3908a2cf83f9b6fafdd37b6194b118152bc
parentb27392843a5a03a1c0868bc49f7058d47f00a7d9 (diff)
downloadtransmission-hacks-8fd76f3d64e165c1c6e8e9875fc2a1c2a6e8f1e9.tar.gz
t
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index feec99d..7883091 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,9 +43,9 @@ pipeline {
]) {
sh '''#!/bin/bash
IFS=" " read -r username password <<<"$CREDENTIALS"
- buildah login docker.io \
+ buildah login \
--username "$username" \
- --password-stdin <<< "$password"
+ --password-stdin <<< "$password" docker.io
'''
}
}