-
Notifications
You must be signed in to change notification settings - Fork 240
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
Support public release for plugin jar #195
Support public release for plugin jar #195
Conversation
Add a Jenkinsfile for public release job. Add a deploy script Add rat exclusions in pom file for temp files generated by deployment job Add profiles to generate javadoc and sources jars Add neccessary sections(scm, licenses ...) in root pom file for public release
build |
jenkins/Jenkinsfile.release
Outdated
*/ | ||
|
||
def SERVERS_MAP = [ | ||
Local: 'http://apt-sh04:8081/repository/xgboost-spark-release', |
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.
We'd better not add some local server address.
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.
Removed
build |
Sure, that's fine. I'll file a followup issue. |
Signed-off-by: spark-rapids automation <[email protected]>
Add a Jenkinsfile for public release job.
Add a deploy script
Add rat exclusions in pom file for temp files generated by deployment job
Add profiles to generate javadoc and sources jars
Add neccessary sections(scm, licenses ...) in root pom file for public release.
Local jenkins job passed when deploy to local repo.