From ea156ea9d8c9111707e3821fe3e0c8f0a1315bc7 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Sun, 14 Dec 2025 14:47:37 +0100 Subject: [PATCH] OP#269 fix github stage --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d020afa..e469ffd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,7 +94,7 @@ pipeline { steps { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) { sh ''' - git remote set-url git@github.com:grizzlycoda/puppet_collection.git + git remote set-url --add github git@github.com:grizzlycoda/puppet_collection.git push master --mirror ''' }