-
Notifications
You must be signed in to change notification settings - Fork 168
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-44636] Verifying stage view works with updated dependencies. #45
base: master
Are you sure you want to change the base?
Conversation
Just wanted to be sure we didn't break something in Stage View with the JENKINS-44636 fixes.
This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation. |
Should be a WIP PR unless it's actually doing something I think? Would make sense to pass this state to stage view REST API and render it in UI if possible. |
@svanoort Feel free to mark it WIP - I don't have label rights here. |
Bumping to core 2.7.3 due to workflow-cps 2.37.
LGTM - I think this is necessary. |
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.
LGTM 🐝 -- waiting for the final cut of pipeline graph analysis to merge & release though
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.
</dependency> | ||
<dependency> | ||
<groupId>org.jenkins-ci.plugins</groupId> | ||
<artifactId>pipeline-graph-analysis</artifactId> | ||
<version>1.1</version> | ||
<version>1.5-20170725.210120-10</version> <!-- TODO: update to release when https://github.com/jenkinsci/pipeline-graph-analysis-plugin/pull/11 is merged and released --> |
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.
Can go to 1.6 now.
JENKINS-44636
Just wanted to be sure we didn't break something in Stage View with the JENKINS-44636 fixes. Doesn't actually do anything with the
QUEUED
state, just makes sure nothing breaks. =)Downstream of jenkinsci/workflow-durable-task-step-plugin#42, jenkinsci/workflow-api-plugin#42, and jenkinsci/pipeline-graph-analysis-plugin#11
cc @reviewbybees esp @svanoort