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

add step to publish to static when... #552

Merged
merged 1 commit into from
Jun 11, 2018

Conversation

nickboldt
Copy link
Member

add step to publish to static when publishing to Marketplace; remove unneeded code (?) too

Change-Id: Iae731a81524bf8e416c0af67170b7378977efd47
Signed-off-by: nickboldt nboldt@redhat.com

Jenkinsfile Outdated
}//if publishMarketPlace
}// if publishToMarketPlace

if(publishToStable.equals('true')){
Copy link
Collaborator

Choose a reason for hiding this comment

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

We don't need a new publishToStable parameter. This block should be executed if package was successufully pushed to the marketplace

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, that was just for my own testing. Here's the cleaned up / squashed PR. a1da5e3

externalize tools@ to Jenkins param

Signed-off-by: nickboldt <nboldt@redhat.com>
@nickboldt
Copy link
Member Author

Note that UPLOAD_LOCATION has already been added as a param on https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Adapters/view/VSCode/job/vscode-java_release/configure so once merged this should Just Work (tm).

@fbricon fbricon merged commit 694f13a into redhat-developer:master Jun 11, 2018
@fbricon
Copy link
Collaborator

fbricon commented Jun 11, 2018

Thanks for the patch @nickboldt!

@fbricon fbricon added this to the Mid June 2018 milestone Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants