-
Notifications
You must be signed in to change notification settings - Fork 32
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
Move the release pipeline to a GitHub action #171
Conversation
@@ -15,7 +15,6 @@ publish: | |||
-Psigning.secretKeyRingFile="$(NEXUS_GPG_SECRING_FILE)" \ | |||
-Psigning.password="$(NEXUS_GPG_PASSWORD)" \ | |||
-Psigning.keyId="$(NEXUS_GPG_KEY_ID)" | |||
@echo "Now you go https://s01.oss.sonatype.org, close the temporarly created staging repository and release it" |
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.
this was technically incorrect, we use "closeAndReleaseSonatypeStagingRepository" which afaik does that for us
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.
yeah, I think this is a leftover
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
@@ -15,7 +15,6 @@ publish: | |||
-Psigning.secretKeyRingFile="$(NEXUS_GPG_SECRING_FILE)" \ | |||
-Psigning.password="$(NEXUS_GPG_PASSWORD)" \ | |||
-Psigning.keyId="$(NEXUS_GPG_KEY_ID)" | |||
@echo "Now you go https://s01.oss.sonatype.org, close the temporarly created staging repository and release it" |
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.
yeah, I think this is a leftover
For reference, the current Jenkins job looks somewhat like this