-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
Jenkins 1.616
JClouds 2.8
Prerequisite:
- We have image "abc"
- We have configured Jenkins with JCloud (OpenStack) to allocate new nodes, in node template we specified "Image Name Regexp = abc"
Steps to reproduce:
- Allocate new environment (passed step)
- In cloud delete image "abc" and create a new image with the same name (we have image with new ImageID)
- Try to allocate new node by Jenkins
Result:
Exception: blablabla
Jenkins tries to create a new node by missingg ImageId
Expected result:
Jenkins will refind new ImageID by Image Name and create a new node.