From a6c7b185c0a125d622d5c2a3e39dd0656fa1218f Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 28 Mar 2026 19:10:39 +0100 Subject: [PATCH] add mirror stage --- .gitignore | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 26ee6e7..cfae693 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ Gemfile.lock FileList .scannerwork -.vscode/ \ No newline at end of file +.vscode \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 6dd42c9..c57b068 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -104,7 +104,7 @@ pipeline { stage('Mirror to Github - 12ww1160') { steps { - sshagent(['key-github-12ww1160-not-grizzly']) { + sshagent(['jenkins (key-github-12ww160-not-grizzly)']) { sh ''' git remote set-url --push master git@github.com:12ww1160/puppet_collection.git git push master --mirror