-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add JDBC driver jenkins CI workflow #140
Conversation
Signed-off-by: Yury-Fridlyand <yuryf@bitquilltech.com>
Signed-off-by: Yury-Fridlyand <yuryf@bitquilltech.com>
This comment was marked as spam.
This comment was marked as spam.
Signed-off-by: Yury-Fridlyand <yuryf@bitquilltech.com>
Should I update |
👍 Makes sense to me. |
Signed-off-by: Yury-Fridlyand <yuryf@bitquilltech.com>
GenericTrigger( | ||
genericVariables: [ | ||
[key: 'ref', value: '$.ref'], | ||
[key: 'VERSION', value: '$.ref', regexpFilter: 'refs/tags/v' ], |
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.
I expect this will need to be updated to account for the non-standard tag jdbc release will need. I asked on the build ticket what they'd like to see.
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.
Thanks. I can change it later on integration branch.
Description
Jenkins file
Combined from this and this.
It calls publishing
gradle
workflow to generate artifacts.Gradle workflow
New workflow (should be called from
sql-jdbc
dir)Files generated by gradle
See artifacts in artifacts.zip. The
jar
file has no dependencies inside.jar content
Shadow copy publishing could be invoked by
Artifacts
Shadow copy content
Obsolete references
I removed obsolete references to
com.amazonaws.opensearch
(replaced byorg.opensearch
where applicable).Issues Resolved
Adds JDBC driver publishing workflow
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.