-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ivyportal 14419 raise version of your portal maven artifacts to the next development cycle after release #1353
Conversation
…ext development cycle after release > Increase portal version by build param
…o feature/IVYPORTAL-14419-Raise-version-of-your-portal-maven-artifacts-to-the-next-development-cycle-after-release
…ext development cycle after release > Increase portal version by build param
…ext development cycle after release > Increase portal version by build param
…ext development cycle after release > Update build update-pom
…ext development cycle after release > Increase portal version by build param
…ext development cycle after release > Increase portal version by build param
…ext development cycle after release > Increase portal version by build param
…ext development cycle after release > Increase portal version by build param
…ext development cycle after release > Increase portal version by build param
…ext development cycle after release > Increase portal version by build param
…ext development cycle after release > Increase portal version by build param
…ext development cycle after release > Update portal release build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls fix comment
build/create-release/Jenkinsfile
Outdated
|
||
echo "====================Update Portal version for development after release ${params.releaseVersion} ====================" | ||
def parts = releaseVersion.tokenize('.') | ||
if (params.deployToRepo && parts[2].isNumber()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adapt code to ignore hotfix case
…ext development cycle after release > Update portal release build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.