-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
Jenkins 1.509.3, Jenkins 1.532-SNAPSHOT (private-09/12/2013 13:02 GMT-jenkins) from ci.jenkins-ci.org
Builds disappear from jobs that were renamed since the last restart after they've been unloaded (lazy loading of 1.485+).
1. Create a new, pristine Jenkins instance
2. Create a freestyle job 'foo' and save
3. Rename 'foo' to 'bar'
4. Click 'Build Now'
5. Run Jenkins.instance.getItemByFullName('bar')._getRuns().purgeCache() in the script console
6. Go to /job/bar
7. Builds are gone.
Alternatively, build first, then rename:
1. Create a new, pristine Jenkins instance
2. Create a freestyle job 'foo' and save
3. Click 'Build Now'
4. Rename 'foo' to 'bar'
5. Run Jenkins.instance.getItemByFullName('bar')._getRuns().purgeCache() in the script console
6. Go to /job/bar
7. Builds are gone.
- duplicates
-
JENKINS-18678 Builds disappear some time after renaming job
-
- Resolved
-
[JENKINS-19650] Builds disappear from renamed jobs
Link |
New:
This issue is related to |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue duplicates |
Link |
Original:
This issue is related to |
Workflow | Original: JNJira [ 151167 ] | New: JNJira + In-Review [ 193815 ] |
Possibly related issue.