try different merging approach

This commit is contained in:
Arne Teuke
2025-05-19 16:14:07 +02:00
parent 2eb16b8925
commit 9aa2c44836
23 changed files with 1 additions and 4342 deletions

2
Jenkinsfile vendored
View File

@@ -82,7 +82,7 @@ pipeline {
echo `git add -A && git commit -am "recommit for updates in build $BUILD_NUMBER"`
git checkout master
git merge jenkins
git push origin HEAD:master'''
git push -u origin master'''
}
}
}