forked from jenkinsci/openshift-sync-plugin
-
Notifications
You must be signed in to change notification settings - Fork 44
watch Jenkins builds which map to OpenShift BuildConfigs and ensure the status of the build is replicated into the OpenShift Build objects #2
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
Comments
jstrachan
referenced
this issue
in jstrachan/openshift-jenkins-sync-plugin
Mar 15, 2016
…ts for Jenkins builds as they run along with dumping the workflow stage status into an annotation
jstrachan
referenced
this issue
in jstrachan/openshift-jenkins-sync-plugin
Mar 15, 2016
BTW I was hoping there was a Jenkins extension point we could use to be notified if a BuildStep completes (or BuildStage even) but it seems BuildStepListener doesn't work with Pipelines; so I'm using polling right now :( |
jstrachan
referenced
this issue
in jstrachan/openshift-jenkins-sync-plugin
Mar 15, 2016
jstrachan
referenced
this issue
in jstrachan/openshift-jenkins-sync-plugin
Mar 16, 2016
jstrachan
referenced
this issue
in jstrachan/openshift-jenkins-sync-plugin
Mar 16, 2016
jstrachan
referenced
this issue
in jstrachan/openshift-jenkins-sync-plugin
Mar 16, 2016
jstrachan
referenced
this issue
in jstrachan/openshift-jenkins-sync-plugin
Mar 16, 2016
jstrachan
referenced
this issue
in jstrachan/openshift-jenkins-sync-plugin
Mar 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we should annotate to link the two objects; so you can navigate from a Build to a Jenkins Job build etc.
Also it'd be nice to expose all the stage metadata too; so we can drive the fabric8 console purely from the Build metadata
The text was updated successfully, but these errors were encountered: