-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Windows
We have for all build jobs configurations the following settings:
- Integrity - CM Configuration Name set as ${env['JOB_NAME']}
- Integrity - CM Checkpoint Configuration Name set as ${env['JOB_NAME']}
When checkpoint is executed at post build step for project related to job XYZ and at the same time another job ABC is doing resynchronization (and ABC may be was started earlier but still running), checkpoint is executed for project related to the job ABC with label defined in the build for XYZ.
By the way, PTC is really slow on our side.
[JENKINS-25629] Checkpoints are done against wrong project!
Description |
Original:
We have for all build jobs configurations the following settings: * *Integrity - CM Configuration Name* set as ${env['JOB_NAME']} * *Integrity - CM Checkpoint Configuration* Name set as ${env['JOB_NAME']} When checkpoint is executed at post build step for project related to job XYZ and at the same time another job ABC is doing resynchronization (and ABC may be was started earlier but still running), checkpoint is executed for project related to the job ABC with label defined in the build for XYZ. By the way, PTC is really slow on our side. |
New:
We have for all build jobs configurations the following settings: - *Integrity - CM Configuration Name* set as ${env['JOB_NAME']} - *Integrity - CM Checkpoint Configuration* Name set as ${env['JOB_NAME']} When checkpoint is executed at post build step for project related to job XYZ and at the same time another job ABC is doing resynchronization (and ABC may be was started earlier but still running), checkpoint is executed for project related to the job ABC with label defined in the build for XYZ. By the way, PTC is really slow on our side. |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Reopened [ 4 ] | New: Resolved [ 5 ] |
Code changed in jenkins
User: Cletus D'Souza
Path:
src/main/java/hudson/scm/IntegritySCM.java
src/main/resources/hudson/scm/IntegritySCM/config.jelly
http://jenkins-ci.org/commit/integrity-plugin/ed1cb6651df4e233778a9418c749073918b326bf
Log:
Integrity Configuration Names are now enforced to be unique
JENKINS-25629- Checkpoints are done against wrong project!JENKINS-22066- PTC plugin has massive memory leak if scm names are notunique