I notice that is more than a week that increments build are no more published for PRs of bitbucket-source-plugin.
I verify that this behaviour happens in most recent PRs like this
and PR built on 28 may
I notice in this PR in blue-ocean plugin that fails with the following error
I had analyze logs from PR build and seems that the HTTP POST to artifactory does not work as expected:
14:31:19 [Pipeline] withCredentials
14:31:19 Masking supported pattern matches of $FUNCTION_TOKEN
14:31:19 [Pipeline] {
14:31:19 [Pipeline] httpRequest
14:31:19 HttpMethod: POST
14:31:19 Content-Type: application/json
14:31:19 Authorization: *****
14:31:20 Response Code: HTTP/1.1 400 Bad Request
14:31:20 Response:
14:31:20 Invalid archive retrieved from Jenkins, perhaps the plugin is not properly incrementalized?
14:31:20 Success: Status code 400 is in the accepted range: 100:599
It say success also if artifactory respond with a failure, the correct success range should be 200:399 or better 200:299
Anyone can have a look? Should I open defect to jenkins-infra?