jenkinsci / jenkinsci/java-client-api
Unable to pass multi select parameter to a parameterized build
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 913
- Forks
- 466
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I cannot find any way to pass parameter value to Extended Choice Parameter (Multi Select).
JobWithDetails job = jenkins.getJob("Build-Multiple");
Map params = new HashMap<>();
params.put("packages", "test1,test2,test3");
job.build(params);
Guía de contribución
Línea de trabajo
Start from the JobWithDetails.build(Map) call shown in the issue and trace how the packages value is handled for an Extended Choice Parameter (Multi Select). Reproduce the test1,test2,test3 case, then establish the supported parameter representation and verify it with a regression test for a parameterized build.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- api
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 35/100