-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins-1.404
There is no API to provide the information that what are the axes configured for a matrixProject.
Also no API to know what combination of configuration triggered for a certain build of matrixProject.
Hence for these matrixProject, its downstream project can't be accessible with API unless you know exactly the axes it configured.
This is a big limitation for automatic scripting in matrixProjects environment.
Code changed in jenkins
User: alanharder
Path:
changelog.html
core/src/main/java/hudson/matrix/MatrixProject.java
test/src/test/java/hudson/matrix/MatrixTest.java
http://jenkins-ci.org/commit/jenkins/be673713e4529467d413410c6a4d25786bd3cf9d
Log:
JENKINS-9248Add active configurations in remote API for matrix projects.