From 761c840268996c5619a9d000e354c295f8d82ef6 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 28 Mar 2026 19:12:30 +0100 Subject: [PATCH] add mirror stage --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c57b068..773fbb0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -104,7 +104,7 @@ pipeline { stage('Mirror to Github - 12ww1160') { steps { - sshagent(['jenkins (key-github-12ww160-not-grizzly)']) { + sshagent(['key-github-12ww160-not-grizzly']) { sh ''' git remote set-url --push master git@github.com:12ww1160/puppet_collection.git git push master --mirror