sarins / hudson-eclipse

Automatically exported from code.google.com/p/hudson-eclipse
0 stars 0 forks source link

"Schedule new build" is not woking with parametrized projects #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create new project in hudson
2. enable "This build is parameterized" and enter one or two string parameters
3. select this project in hudson-eclipse view and use "Schedule new build"

What is the expected output?
The build should be started with default parameters or user should be able
to enter the parameters before.

What do you see instead?
The build is not executed. 

What version of the product are you using? On what operating system?
Hudson 1.304
Eclipse 3.4.2
Hudson-eclipse 1.0.5

Please provide any additional information below.
It would be good if user can define parameters for the build. The
parameters can passed with:
http://server/job/myjob/buildWithParameters?PARAMETER=Value

See http://wiki.hudson-ci.org/display/HUDSON/Parameterized+Build

Original issue reported on code.google.com by andre.bo...@gmail.com on 11 May 2009 at 8:09

GoogleCodeExporter commented 8 years ago
This has been implemented in svn. Unfortunately, it is not possible to get the 
list
of declared parameters directly from Hudson, so you have to fill them out 
yourself.

Original comment by jre...@gmail.com on 16 May 2009 at 6:03

GoogleCodeExporter commented 8 years ago
It works, Thank You!

I filed a enhancement request about "get the list of declared parameters":
https://hudson.dev.java.net/issues/show_bug.cgi?id=3703

Feel free to add comment or suggestion.

Andre

Original comment by andre.bo...@gmail.com on 17 May 2009 at 9:02