Jenkins Test
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-10 06:23:22 +02:00
parent 6eda12b6f0
commit cdc2f8e713

1
Jenkinsfile vendored
View File

@ -40,6 +40,7 @@ pipeline {
]) {
sh '''
git checkout main
git rebase --abort
git pull --rebase
git merge build-${BUILD_NUMBER} --no-ff -m "Merge build ${BUILD_NUMBER}"
git push