Skip to content
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

Jenkins file for Databricks release #243

Merged
merged 12 commits into from
Jun 19, 2020

Conversation

tgravescs
Copy link
Collaborator

I ran this as far as I could but the credentials needed to sign and push are not in NGC. I tried on Gary's local Jenkins server but its missing ssh credentials needed to go to ssh keys.

We will need to change a few scripts to have version 0.1.0 in master branch as a followup.

@sameerz sameerz added the build Related to CI / CD or cleanly building label Jun 19, 2020
@tgravescs
Copy link
Collaborator Author

build

@sameerz sameerz added this to the Jun 8 - Jun 19 milestone Jun 19, 2020
steps {
script {
sshagent(credentials : ['svcngcc_pubpriv']) {
sh "mvn versions:set -DnewVersion=0.1.0-databricks && git clean -d -f"
Copy link
Collaborator Author

@tgravescs tgravescs Jun 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note version changed here to release 0.1.0-databricks

jenkins/deploy.sh Outdated Show resolved Hide resolved
@tgravescs
Copy link
Collaborator Author

build

@tgravescs tgravescs merged commit e3ebc13 into NVIDIA:branch-0.1 Jun 19, 2020
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
* Add in release file for databricks

* comment out actual deploy for testing

* remove extra }

* change version for testing

* Add back in deploy commands

* Update to use different user public/private

* test

* debug

* debug

* change back to svcngcc user

* revert build.sh

* Remove debug and fix variable missing $

Co-authored-by: Thomas Graves <tgraves@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
* Add in release file for databricks

* comment out actual deploy for testing

* remove extra }

* change version for testing

* Add back in deploy commands

* Update to use different user public/private

* test

* debug

* debug

* change back to svcngcc user

* revert build.sh

* Remove debug and fix variable missing $

Co-authored-by: Thomas Graves <tgraves@nvidia.com>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
Signed-off-by: sperlingxx <lovedreamf@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants