From: Michael Tremer Date: Thu, 5 Dec 2024 16:07:50 +0000 (+0000) Subject: jenkins: Add principal name with kinit X-Git-Tag: 0.9.30~750 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcb8c2af64832284a898a1bb0bba29ca0b5574bd;p=pakfire.git jenkins: Add principal name with kinit Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index dd390034d..ff6fca216 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -496,7 +496,7 @@ pipeline { // Fetch a Kerberos ticket withCredentials([file(credentialsId: "jenkins.keytab", variable: "KEYTAB")]) { - sh 'kinit -kV -t $KEYTAB' + sh 'kinit -kV -t $KEYTAB jenkins@IPFIRE.ORG' } // Publish files