3
0

OP#269 fix github stage

This commit is contained in:
12ww1160
2025-12-14 14:47:37 +01:00
parent ef89ae9efc
commit ea156ea9d8

2
Jenkinsfile vendored
View File

@@ -94,7 +94,7 @@ pipeline {
steps { steps {
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
sh ''' 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 push master --mirror
''' '''
} }