[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-10-06 Thread s.chagn...@lectra.com (JIRA)














































Sylvain C.
 commented on  JENKINS-24622


Upstream jobs have disapeared from job main page















Thanks for your test but I don't understand why "it's a current feature" and not a regression ?



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-10-06 Thread de...@ikedam.jp (JIRA)














































ikedam
 commented on  JENKINS-24622


Upstream jobs have disapeared from job main page















Please have a look at the discussion in https://github.com/jenkinsci/parameterized-trigger-plugin/pull/19 .
Behaviors you pointed are not ones introduced by mistake, but ones that maintainer at that time accepted.

Parameterized-trigger 2.17 was released in Feb 2013 (more than one year ago!) and many users already use parameterized-plugin  2.16.
Simply reverting changes in 2.17 would cause a regression for many users and we should introduce another feature to work as 2.16.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-16 Thread de...@ikedam.jp (JIRA)














































ikedam
 commented on  JENKINS-24622


Upstream jobs have disapeared from job main page















Though I think that was a quite thouhtless change, it's a current feature and reverting would affect many users.
I think adding an option to declare project dependency which defaults to false (compatible with current behavior), that provides a behavior compatible to 2.16.

I can't get why they merged this pull request instead.
https://github.com/jenkinsci/parameterized-trigger-plugin/pull/26



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-13 Thread de...@ikedam.jp (JIRA)














































ikedam
 commented on  JENKINS-24622


Upstream jobs have disapeared from job main page















I succeeded to reproduce the problem.

Manage Jenkins  Script Console

	With parameterized-trigger-2.16:

Jenkins.instance.getItem("Job-B").upstreamProjects
Result: [hudson.model.FreeStyleProject@76712b2f[Job-A]]


	With parameterized-trigger-2.17:

Jenkins.instance.getItem("Job-B").upstreamProjects
Result: []





It looks that DependencyGraph which notifies Jenkins project dependency is removed from TriggerBuilder since 2.17.
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/e2e678807107e579c4af42d912d3c62a0564abb0
https://github.com/jenkinsci/parameterized-trigger-plugin/pull/19



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-11 Thread s.chagn...@lectra.com (JIRA)














































Sylvain C.
 updated  JENKINS-24622


Upstream jobs have disapeared from job main page
















screenshot with 2.16 version





Change By:


Sylvain C.
(11/Sep/14 7:15 AM)




Attachment:


screenshot-4.jpg



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-11 Thread s.chagn...@lectra.com (JIRA)














































Sylvain C.
 commented on  JENKINS-24622


Upstream jobs have disapeared from job main page















With LTS 1.565.1 and parameterized-trigger plugin 2.16, I have no issue. But since I upgraded to 2.17 and even 2.25 upstream jobs  are no more displayed. I attach screenshot with 2.16 version.
Usually I use the option "Block build when upstream project is building" to manage the triggering of my jobs in order to run only one installer. For example I have jobs A-B, A-C, B-D and C-D. Job D defined this option to run when B and D are finished. But since 2.17 D is started even if C or B are running.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-11 Thread de...@ikedam.jp (JIRA)














































ikedam
 commented on  JENKINS-24622


Upstream jobs have disapeared from job main page















Thanks for details.
I'll test reproduction in my environment and see changes of codes in 2.17.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-10 Thread s.chagn...@lectra.com (JIRA)














































Sylvain C.
 commented on  JENKINS-24622


Upstream jobs have disapeared from job main page















my version is 1.565.1
I try to attach screenshots



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-10 Thread s.chagn...@lectra.com (JIRA)














































Sylvain C.
 updated  JENKINS-24622


Upstream jobs have disapeared from job main page
















Job-A configuration





Change By:


Sylvain C.
(10/Sep/14 2:28 PM)




Attachment:


screenshot-1.jpg



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-10 Thread s.chagn...@lectra.com (JIRA)














































Sylvain C.
 updated  JENKINS-24622


Upstream jobs have disapeared from job main page
















Job-A job page





Change By:


Sylvain C.
(10/Sep/14 2:31 PM)




Attachment:


screenshot-2.jpg



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-10 Thread s.chagn...@lectra.com (JIRA)














































Sylvain C.
 updated  JENKINS-24622


Upstream jobs have disapeared from job main page
















Change By:


Sylvain C.
(10/Sep/14 2:32 PM)




Attachment:


screenshot-3.jpg



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-10 Thread s.chagn...@lectra.com (JIRA)














































Sylvain C.
 commented on  JENKINS-24622


Upstream jobs have disapeared from job main page















Job-B job page



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-10 Thread s.chagn...@lectra.com (JIRA)














































Sylvain C.
 commented on  JENKINS-24622


Upstream jobs have disapeared from job main page















Also since 2.17 the option "Block build when upstream project is building" doesn't work anymore when parameterized-trigger plugin is used in a build step.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-10 Thread de...@ikedam.jp (JIRA)














































ikedam
 commented on  JENKINS-24622


Upstream jobs have disapeared from job main page















I started to maintain parameterized-trigger-plugin since 2.19,
and I'm not sure the behavior you expect.
I have to see how it worked before you upgrade parameterized-trigger plugin.

	From what version did you upgrade parameterized-trigger-plugin?
	Can you downgrade the plugin and attach the screenshot with that version?
	Used in a build step, a upstream build is always running when triggered a downstream build. What's your expecting behavior with "Block build when upstream project is building"?
	The latest version of parameterized-trigger-plugin is 2.25, and 2.17 is old version. On the other hand, Jenkins 1.565.1 is the latest LTS. That sounds strange to me.
	
		Do you mean you found the problems in the latest parameterized-trigger-plugin and you found they occur not with 2.16 but with 2.17?
		Let me know if you also upgraded Jenkins core.
		
			As far as I know, parameterized-trigger-plugin doesn't handle displaying upstream projects nor "Block build when upstream project is building"?. They might be caused by upgrade of Jenkins core.
		
		
	
	





























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-09 Thread de...@ikedam.jp (JIRA)














































ikedam
 commented on  JENKINS-24622


Upstream jobs have disapeared from job main page















Could you attach screen shots? (before upgrading and after upgrading)
Please let me know the version of your Jenkins.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [parameterized-trigger] (JENKINS-24622) Upstream jobs have disapeared from job main page

2014-09-08 Thread s.chagn...@lectra.com (JIRA)














































Sylvain C.
 created  JENKINS-24622


Upstream jobs have disapeared from job main page















Issue Type:


Bug



Assignee:


huybrechts



Components:


parameterized-trigger



Created:


08/Sep/14 8:51 AM



Description:


Since the version 2.17 upstream jobs have disappeared from job main page when paramterized-trigger plugin is used in a build step.




Project:


Jenkins



Priority:


Major



Reporter:


Sylvain C.

























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.