[JIRA] (JENKINS-8916) Allowing same type of parameter for triggered build more than once seems redundant

2012-10-18 Thread cockerill.and...@gmail.com (JIRA)














































Andrew Cockerill
 commented on  JENKINS-8916


Allowing same type of parameter for triggered build more than once seems redundant















Hi. I have several Jobs that use multiple 'parameters from properties file' parameters. I would really like to see this functionality put back in.



























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






[JIRA] (JENKINS-8916) Allowing same type of parameter for triggered build more than once seems redundant

2012-07-08 Thread fred...@hotmail.com (JIRA)














































Fred G
 commented on  JENKINS-8916


Allowing same type of parameter for triggered build more than once seems redundant















Yes, that's the only drawback with this solution. Do you have a use-case where you need to specify multiple property files?



























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






[JIRA] (JENKINS-8916) Allowing same type of parameter for triggered build more than once seems redundant

2012-07-08 Thread fred...@hotmail.com (JIRA)















































Fred G
 assigned  JENKINS-8916 to Daniel Beck



Allowing same type of parameter for triggered build more than once seems redundant
















Change By:


Fred G
(08/Jul/12 1:45 PM)




Assignee:


FredG
DanielBeck



























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






[JIRA] (JENKINS-8916) Allowing same type of parameter for triggered build more than once seems redundant

2012-07-03 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-8916


Allowing same type of parameter for triggered build more than once seems redundant















All parameter sources are only supported once now, i.e. it's not possible to specify multiple property files anymore?



























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






[JIRA] (JENKINS-8916) Allowing same type of parameter for triggered build more than once seems redundant

2012-05-09 Thread scm_issue_l...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-8916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=162630#comment-162630
 ] 

SCM/JIRA link daemon commented on JENKINS-8916:
---

Code changed in jenkins
User: Fred G
Path:
 
src/main/resources/hudson/plugins/parameterizedtrigger/BlockableBuildTriggerConfig/config.jelly
 
src/main/resources/hudson/plugins/parameterizedtrigger/BuildTriggerConfig/config.jelly
http://jenkins-ci.org/commit/parameterized-trigger-plugin/3f6097a82679a76d8b0b03498d9c9a392b77f6fc
Log:
  [FIXED JENKINS-8916] Allowing same type of parameter for triggered build
more than once seems redundant

It requires Jenkins core version 1.463 to work, but it's fully
backwards compatible.




 Allowing same type of parameter for triggered build more than once seems 
 redundant
 --

 Key: JENKINS-8916
 URL: https://issues.jenkins-ci.org/browse/JENKINS-8916
 Project: Jenkins
  Issue Type: Bug
  Components: parameterized-trigger
Affects Versions: current
Reporter: Fred G
Assignee: Fred G
Priority: Minor

 While working on [JENKINS-7377] I noticed that it's redundant and confusing 
 to allow the same type of parameter for a triggered build more than once.
 For example, right now it's possible to specify Current Build Parameters, 
 or Subversion Revision two or more times.
 The only type where it might make sense is Parameters from properties file.
 I think for every type of parameters a simple checkbox is sufficient.
 I'll try to make the necessary changes and open a pull request, but 
 appreciate comments or criticism.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-8916) Allowing same type of parameter for triggered build more than once seems redundant

2012-05-09 Thread scm_issue_l...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-8916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

SCM/JIRA link daemon resolved JENKINS-8916.
---

Resolution: Fixed

 Allowing same type of parameter for triggered build more than once seems 
 redundant
 --

 Key: JENKINS-8916
 URL: https://issues.jenkins-ci.org/browse/JENKINS-8916
 Project: Jenkins
  Issue Type: Bug
  Components: parameterized-trigger
Affects Versions: current
Reporter: Fred G
Assignee: Fred G
Priority: Minor

 While working on [JENKINS-7377] I noticed that it's redundant and confusing 
 to allow the same type of parameter for a triggered build more than once.
 For example, right now it's possible to specify Current Build Parameters, 
 or Subversion Revision two or more times.
 The only type where it might make sense is Parameters from properties file.
 I think for every type of parameters a simple checkbox is sufficient.
 I'll try to make the necessary changes and open a pull request, but 
 appreciate comments or criticism.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-8916) Allowing same type of parameter for triggered build more than once seems redundant

2012-05-09 Thread scm_issue_l...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-8916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=162631#comment-162631
 ] 

SCM/JIRA link daemon commented on JENKINS-8916:
---

Code changed in jenkins
User: Fred G
Path:
 
src/main/resources/hudson/plugins/parameterizedtrigger/BlockableBuildTriggerConfig/config.jelly
 
src/main/resources/hudson/plugins/parameterizedtrigger/BuildTriggerConfig/config.jelly
http://jenkins-ci.org/commit/parameterized-trigger-plugin/6e80ae37591b708b321b27a80a8d32012949f6a0
Log:
  Merge pull request #20 from fredg02/master

[FIXED JENKINS-8916] Allowing same type of parameter for triggered build more 
than once seems redundant


Compare: 
https://github.com/jenkinsci/parameterized-trigger-plugin/compare/76d4c9b...6e80ae3



 Allowing same type of parameter for triggered build more than once seems 
 redundant
 --

 Key: JENKINS-8916
 URL: https://issues.jenkins-ci.org/browse/JENKINS-8916
 Project: Jenkins
  Issue Type: Bug
  Components: parameterized-trigger
Affects Versions: current
Reporter: Fred G
Assignee: Fred G
Priority: Minor

 While working on [JENKINS-7377] I noticed that it's redundant and confusing 
 to allow the same type of parameter for a triggered build more than once.
 For example, right now it's possible to specify Current Build Parameters, 
 or Subversion Revision two or more times.
 The only type where it might make sense is Parameters from properties file.
 I think for every type of parameters a simple checkbox is sufficient.
 I'll try to make the necessary changes and open a pull request, but 
 appreciate comments or criticism.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-8916) Allowing same type of parameter for triggered build more than once seems redundant

2012-05-06 Thread fred...@hotmail.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-8916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on JENKINS-8916 started by Fred G.

 Allowing same type of parameter for triggered build more than once seems 
 redundant
 --

 Key: JENKINS-8916
 URL: https://issues.jenkins-ci.org/browse/JENKINS-8916
 Project: Jenkins
  Issue Type: Bug
  Components: parameterized-trigger
Affects Versions: current
Reporter: Fred G
Assignee: Fred G
Priority: Minor

 While working on [JENKINS-7377] I noticed that it's redundant and confusing 
 to allow the same type of parameter for a triggered build more than once.
 For example, right now it's possible to specify Current Build Parameters, 
 or Subversion Revision two or more times.
 The only type where it might make sense is Parameters from properties file.
 I think for every type of parameters a simple checkbox is sufficient.
 I'll try to make the necessary changes and open a pull request, but 
 appreciate comments or criticism.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-8916) Allowing same type of parameter for triggered build more than once seems redundant

2012-05-06 Thread fred...@hotmail.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-8916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fred G reassigned JENKINS-8916:
---

Assignee: Fred G  (was: huybrechts)

 Allowing same type of parameter for triggered build more than once seems 
 redundant
 --

 Key: JENKINS-8916
 URL: https://issues.jenkins-ci.org/browse/JENKINS-8916
 Project: Jenkins
  Issue Type: Bug
  Components: parameterized-trigger
Affects Versions: current
Reporter: Fred G
Assignee: Fred G
Priority: Minor

 While working on [JENKINS-7377] I noticed that it's redundant and confusing 
 to allow the same type of parameter for a triggered build more than once.
 For example, right now it's possible to specify Current Build Parameters, 
 or Subversion Revision two or more times.
 The only type where it might make sense is Parameters from properties file.
 I think for every type of parameters a simple checkbox is sufficient.
 I'll try to make the necessary changes and open a pull request, but 
 appreciate comments or criticism.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira