-
Notifications
You must be signed in to change notification settings - Fork 46
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
KOGITO-3716 Automatic close/promote mvn stage #91
Conversation
Jenkinsfile.release
Outdated
GIT_AUTHOR='radtriste' | ||
GIT_AUTHOR_CREDS_ID = 'radtriste' // username/password creds | ||
BOT_AUTHOR='radtriste-bot-account' | ||
BOT_AUTHOR_CREDS_ID='radtriste-bot' // username/password creds | ||
GITHUB_TOKEN_CREDS_ID='radtriste-gh-token' // secret text creds | ||
|
||
// Maven Nexus release parameters | ||
DEFAULT_STAGING_REPOSITORY = 'https://repository.jboss.org/nexus/content/groups/kogito-public/' | ||
NEXUS_RELEASE_URL = 'https://repository.stage.jboss.org/nexus' | ||
NEXUS_RELEASE_REPOSITORY_ID = 'jboss-releases-repository' | ||
NEXUS_STAGING_PROFILE_ID = '2161b7b8da0080' | ||
NEXUS_BUILD_PROMOTION_PROFILE_ID = '1966c60aff37d' |
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.
will be set back after testing
7d75a83
to
396bd11
Compare
0c75c10
to
c409238
Compare
When I try to run
|
yeah it is because the shared-libraries jar is not deployed to Nexus (yet). |
Updated pom.xml to get shared library deployed via kiegroup/jenkins-pipeline-shared-libraries#126 |
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.
Nice work. A couple of minor improvements suggested.
@rsynek addressed your comments in my latest commit |
https://issues.redhat.com/browse/KOGITO-3716
Dependent PRs: