From 6881e2156f1e3ed2fa00335298669bedeb96be24 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Wed, 22 Jul 2026 13:19:59 +0200 Subject: [PATCH] OP#647 add confdroid_alloy to puppet collection --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 92f67e7..78b6533 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -97,6 +97,8 @@ pipeline { steps { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) { sh ''' + git checkout master + git pull origin master git remote set-url --push master git@github.com:grizzlycoda/puppet_collection.git git push master --mirror ''' @@ -108,6 +110,8 @@ pipeline { steps { sshagent(['key-github-12ww160-not-grizzly']) { sh ''' + git checkout master + git pull origin master git remote set-url --push master git@github.com:12ww1160/puppet_collection.git git push master --mirror '''