MCMicS

Results 168 comments of MCMicS

Currently there is no support for script or API usage this plugin (see https://issues.jenkins-ci.org/browse/JENKINS-28735)

Hi Currently only on Jenkins server is supported. I Started to support multiple server but it is still in progress. The overwritten credentials is handled here: #113 There are some...

Yes it is possible but i need some time yet So I cannot say a date for it. But maybe in next major release

Not yet but sounds great. Thanks for this suggestion

@klyashko Do you think that only jobs with parameters should avaiable for run configuration? And do you have an update scenario if new paramter are added or some removed? I...

If a new parameter was add you show the current dialog with new one only right? Another option is to show current build dialog if parameter mismatch (either new added...

Thanks for feedback. I will try one of the option and look how the ux is. I'm currently working on it but don't if it is in next release. Maybe...

I will look at this plugin api result these days. Maybe it will released next week if all data are available

We have an similar issue #171 Do you have a sample job pipeline for this or some snippets to configure a job for your needed settings My Config: [config_mcmics.zip](https://github.com/MCMicS/jenkins-control-plugin/files/5382821/config_mcmics.zip)

I cannot get any values from API ```yaml { "_class": "hudson.model.FreeStyleProject", "property": [ { "_class": "hudson.model.ParametersDefinitionProperty", "parameterDefinitions": [ { "_class": "org.biouno.unochoice.ChoiceParameter", "defaultParameterValue": { "_class": "hudson.model.StringParameterValue", "value": "Option 1" }, "description":...