Add jenkins url to release branch

This commit is contained in:
Anna Vetcininova
2025-04-03 14:55:08 +02:00
parent ada575d871
commit 22e2fc0a86
2 changed files with 5 additions and 2 deletions

View File

@@ -74,7 +74,8 @@ git rm -rf gradle/changelog \
&& git add CHANGELOG.md \
&& git checkout -b release/$VERSION \
&& git commit -m "Adjust changelog for release $VERSION" \
&& git push origin release/$VERSION
&& git push origin release/$VERSION \
&& xdg-open https://ecosystem.cloudogu.com/jenkins/view/SCMM/job/scm-manager/job/scm-manager/job/release%252F${VERSION}/
```
### Wait for Jenkins build
@@ -221,7 +222,8 @@ git rm -rf gradle/changelog \
&& git add CHANGELOG.md \
&& git checkout -b release/$VERSION \
&& git commit -m "Prepare release of $VERSION" \
&& git push origin release/$VERSION
&& git push origin release/$VERSION \
&& xdg-open https://ecosystem.cloudogu.com/jenkins/view/SCMM/job/scm-manager-plugins/job/$(basename $(pwd))/job/release%252F${VERSION}/
```
### Wait for Jenkins build

View File

@@ -23,4 +23,5 @@ git checkout -b release/${NEW_VERSION}
git add CHANGELOG.md
git commit -m "Adjust changelog for release ${NEW_VERSION}"
git push origin release/${NEW_VERSION}
xdg-open https://ecosystem.cloudogu.com/jenkins/view/SCMM/job/scm-manager/job/scm-manager/job/release%252F${VERSION}/