-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.249.2
stage('BuildAndTest') { matrix { agent { label 'windows' } axes { axis { name 'TOOL' values 'x', 'y' } } stages { stage('Capshe') { steps { } } stage('Build') { steps {} } stage('UI Tests') { steps {} } stage('Archive') { steps { archiveArtifacts "${TOOL}/*" } } stage('Analyse') { steps {} } } } }
Placing archiveArtifacts outside of the Matrix: