-
Notifications
You must be signed in to change notification settings - Fork 231
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 to Project from Pipelines view needs a warning that not everything is a pipeline #932
Comments
This issue is for a short term fix until we can do something better relative to https://trello.com/c/JCZS9NFW cc @spadgett |
Wonder if we shouldn't have a deploy sample button that takes you directly to the sample pipeline template (when installed). |
@spadgett the "when installed" part is the gotcha, we have no guarantee there is a sample there for us to point to |
@jwforres yeah we'd have to list templates to see and maybe have a constant saying what pipeline sample to use |
Ideally it would only show me the stuff in Add to Project which would create a pipeline. Assuming that's not feasible, at a minimum it should warn me on the pipelines page that not everything in Add to Project is a pipeline. Perhaps something like:
No pipelines have been added to project ${project}. You can add pipelines by selecting templates or importing json/yaml which contain a build config of type 'JenkinsPipeline'.
And maybe pointing them to an example like:
https://github.com/openshift/origin/blob/master/examples/jenkins/pipeline/samplepipeline.json
The text was updated successfully, but these errors were encountered: