Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
docs(build-cop): address code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
plumpy committed May 18, 2020
1 parent 88479b4 commit ca90b8c
Showing 1 changed file with 28 additions and 25 deletions.
53 changes: 28 additions & 25 deletions community/contributing/nightly-builds/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,34 @@ on what specificially went wrong.

![](troubleshooting - build - 30 - failedOutput.png)

#### Common Build Failures

##### Bintray Conflicts

If an artifact is uploaded to the Bintray repository but never published
(either because of a transient Bintray error or an interrupted build), you'll
get an error like this:

> Bintray API Request 'create version 0.20.0-20200512192702' failed with HTTP response 409 Conflict
Follow these steps to delete the artifact and resolve the issue.

1. Navigate to the specific version [in the Bintray
repository](https://bintray.com/beta/#/spinnaker-releases/jars?tab=packages)

1. Click on the Spinnaker repository that had the failure. (If you don't see
it, click to the next page; there are only 10 items per page for some reason.)

1. Click on the specific version that had the issue.

1. Click "Actions" in the upper right and select "Edit".

1. On the next page, click the "Delete" link in the upper right. It
will look like nothing happened, but after 10 seconds or so, the page will
refresh and the version will be gone.

Now that the conflict has been removed, you can restart the build.

### Test Failures

1. View the Test Results Overview.
Expand Down Expand Up @@ -149,28 +177,3 @@ All processes are run as the `jenkins` user and most of the useful links are in
```bash
$ sudo su - jenkins
```

### Common Build Failures

#### Bintray Conflicts

If an artifact is uploaded to the Bintray repository but never published
(either because of a transient Bintray error or an interrupted build), you'll
get an error like this:

> Bintray API Request 'create version 0.20.0-20200512192702' failed with HTTP response 409 Conflict
Delete the artifact to resolve the issue.

First, navigate to the specific version [in the Bintray
repository](https://bintray.com/beta/#/spinnaker-releases/jars?tab=packages).
Next, click on the Spinnaker repository that had the failure. (If you don't see
it, click to the next page; there are only 10 items per page for some reason.)
Then click on the specific version that had the issue.

Once you're on the matching version, click "Actions" in the upper right and
select "Edit". On the next page, click the "Delete" link in the upper right. It
will look like nothing happened, but after 10 seconds or so, the page will
refresh and the version will be gone.

Now you can restart the build.

0 comments on commit ca90b8c

Please sign in to comment.