3
0

OP#269 fix github stage

This commit is contained in:
12ww1160
2025-12-14 14:37:56 +01:00
parent d90cd4810d
commit aecedaf364

6
Jenkinsfile vendored
View File

@@ -94,12 +94,6 @@ pipeline {
steps { steps {
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
sh ''' sh '''
git checkout master
git pull origin master
git branch -D development
git branch -D jenkins-build-$BUILD_NUMBER
git rm -f Jenkinsfile
git commit --amend --no-edit --allow-empty
git remote add master git@github.com:grizzlycoda/puppet_collection.git git remote add master git@github.com:grizzlycoda/puppet_collection.git
push master --mirror push master --mirror
''' '''