Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.9.0
-
Fix Version/s: 1.9.2
-
Labels:None
Description
Running Maven build with Remote agent does not update build info and promotion is not available. Steps to reproduce:
1. Create a maven job.
2. build using remote agent with enabled release management.
3. Run the Artifactory Release & Promotion
4. Enter again to Artifactory Release & Promotion. The promotion does not appear.
5. In the build info inside Artifactory the following section of the status is missing:
"statuses" : [
{ "status" : "Staged", "comment" : "", "repository" : "ticket", "timestamp" : "2015-12-18T00:47:09.152+0200", "user" : "alex", "ciUser" : "admin", "timestampDate" : 1450392429152 }],
The build info is not getting updated.