History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2476
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Robin Shen
Reporter: Fai Fung
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Artifactory Artifact Repository - LATEST build number

Created: 25/Jun/15 09:16 AM   Updated: 11/Jul/15 12:43 AM
Component/s: None
Affects Version/s: 6.0.10
Fix Version/s: 6.0.22

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. Screen Shot 2015-06-25 at 11.16.41.png
(112 kb)

2. Screen Shot 2015-06-25 at 11.16.55.png
(266 kb)


 Description  « Hide
I created two build configurations:

1). One uses the Artifactory Publish step and pushes an artifact to Artifactory, this works and I see the artifact and the build in artifactory.
2). Then I created a build configuration consuming this artifact, using the Artifactory Artifact Repository and use the LATEST build number.

When I trigger a couple of builds of buildconfig 1, a new build gets registered each time.
However 2). is triggered only once and if I run 2. manually it detects the first known build of 1. in Artifactory as LATEST.

Seems like the LATEST build determination is off.

 All   Comments   Work Log   Change History      Sort Order:
Fai Fung [25/Jun/15 09:19 AM]
available builds in Artifactory

Fai Fung [25/Jun/15 09:20 AM]
it's picking up the first available build in Artifactory

Robin Shen [25/Jun/15 11:24 PM]
Please access below link of artifactory and show me the result:

http://&lt;artifactory server>:<artifactory port>/artifactory/api/build/root>greenfield-playground>thirdparty-pipeline>thirdparty-linux-pipeline-experimental-artifactory

Fai Fung [29/Jun/15 07:38 AM]


{
  "buildsNumbers" : [ {
    "uri" : "/experimental-1.0.25",
    "started" : "2015-06-25T11:25:19.284+0000"
  }, {
    "uri" : "/experimental-1.0.24",
    "started" : "2015-06-25T09:09:28.136+0000"
  }, {
    "uri" : "/experimental-1.0.23",
    "started" : "2015-06-24T13:55:36.319+0000"
  }, {
    "uri" : "/experimental-1.0.26",
    "started" : "2015-06-25T15:20:06.609+0000"
  }, {
    "uri" : "/experimental-1.0.27",
    "started" : "2015-06-26T07:35:34.103+0000"
  }, {
    "uri" : "/experimental-1.0.31",
    "started" : "2015-06-26T12:01:00.641+0000"
  }, {
    "uri" : "/experimental-1.0.32",
    "started" : "2015-06-26T15:25:48.030+0000"
  } ],
  "uri" : "http://artifactory-ci.tomtomgroup.com/artifactory/api/build/root%3Egreenfield-playground%3Ethirdparty-pipeline%3Ethirdparty-linux-pipeline-experimental-artifactory"
}

Robin Shen [30/Jun/15 12:45 AM]
Thanks for the info. This is confirmed to be a bug and will be fixed in next patch release.