-
Bug
-
Resolution: Fixed
-
Minor
-
Linux
When running the RunIdMigrator, Matrix jobs and Maven jobs failed to be reverted. Examples of directories missed by the migrator:
jobs/someproject/Environment=prod/builds
jobs/someproject/test$test/builds
This is related to the changes described at https://wiki.jenkins-ci.org/display/JENKINS/JENKINS-24380+Migration
- is blocking
-
JENKINS-24380 Use build numbers as IDs
-
- Resolved
-
- links to
[JENKINS-29989] RunIdMigrator fails to revert Matrix and Maven jobs
Description |
Original:
When running the RunIdMigrator, Matrix jobs and Maven jobs failed to be reverted. Examples of directories missed by the migrator: jobs/someproject/Environment=prod/builds jobs/someproject/test$test/builds |
New:
When running the RunIdMigrator, Matrix jobs and Maven jobs failed to be reverted. Examples of directories missed by the migrator: jobs/someproject/Environment=prod/builds jobs/someproject/test$test/builds This is related to the changes described at https://wiki.jenkins-ci.org/display/JENKINS/JENKINS-24380+Migration |
Link |
New:
This issue is blocking |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR 1802 (Web Link)" [ 13119 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Labels | New: lts-candidate |
Code changed in jenkins
User: Jesse Glick
Path:
core/src/main/java/jenkins/model/RunIdMigrator.java
core/src/test/java/jenkins/model/RunIdMigratorTest.java
http://jenkins-ci.org/commit/jenkins/3d7878ff7650c929179ceff79c7c3a65dffe926f
Log:
Merge pull request #1802 from jpederzolli/master
[FIXED JENKINS-29989] Update RunIdMigrator to properly handle matrix and Maven jobs
Compare: https://github.com/jenkinsci/jenkins/compare/ee7565ee65b4...3d7878ff7650