Quantcast

[JIRA] (JENKINS-14118) Builds triggered through "Conditional buildstep" plugin are not reported as downstream builds for the current build.

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14118) Builds triggered through "Conditional buildstep" plugin are not reported as downstream builds for the current build.

JIRA noreply@jenkins-ci.org
Issue Type: Bug Bug
Assignee: domi
Components: conditional-buildstep
Created: 15/Jun/12 10:47 AM
Description:

If "Parameterized trigger" plugin and "Conditional buildstep" plugin are used together to trigger a build if a certain condition fulfills (within a buildstep), the triggered build is not reported as a downstream build for the calling project. This can be seen e.g. when "Downstream buildview" plugin is used to show the downstream dependencies.

Project: Jenkins
Priority: Major Major
Reporter: Mikko Tapaninen
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14118) Builds triggered through "Conditional buildstep" plugin are not reported as downstream builds for the current build.

JIRA noreply@jenkins-ci.org
Richard Lok commented on Bug JENKINS-14118

I am seeing this problem as well. Mainly I want to be able to indicate a build as downstream with conditional-buildstep so that I can use the "Block build when upstream project is building" and "Block build when downstream project is building" option.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14118) Builds triggered through "Conditional buildstep" plugin are not reported as downstream builds for the current build.

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: SCM/JIRA link daemon (11/Oct/12 3:56 AM)
Status: Open Resolved
Resolution: Fixed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14118) Builds triggered through "Conditional buildstep" plugin are not reported as downstream builds for the current build.

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: imod
Path:
src/main/java/org/jenkinsci/plugins/conditionalbuildstep/ConditionalBuilder.java
src/main/java/org/jenkinsci/plugins/conditionalbuildstep/singlestep/SingleConditionalBuilder.java
http://jenkins-ci.org/commit/conditional-buildstep-plugin/ad975041a535c94b465fdd5eec3487937cabaaa7
Log:
[FIXED JENKINS-14118] show builds triggered through "Conditional buildstep" plugin reported as downstream builds for the current build.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...