Skip to content

Commit

Permalink
Merge branch 'master' into JENKINS-50726
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Jun 5, 2018
2 parents 91585bc + 2561a7a commit e4857d0
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Expand Up @@ -115,22 +115,11 @@ timestamps {
You can also install the `log-cli` plugin, and run:

```bash
java -jar jenkins-cli.jar -s http://localhost:8080/jenkins/ tail-log io.jenkins.plugins.artifact_manager_s3 -l ALL
java -jar jenkins-cli.jar -s http://localhost:8080/jenkins/ tail-log io.jenkins.plugins.artifact_manager_jclouds -l ALL
```

Or to just see HTTP traffic:

```bash
java -jar jenkins-cli.jar -s http://localhost:8080/jenkins/ tail-log org.jclouds.rest.internal.InvokeHttpMethod -l FINE
```

# Running on Agents outside AWS

Create 2 agents in Jenkins, one for uploading and another for downloading, and launch them with Docker

```sh
docker run --rm -i --init -v <YOUR_HOME_DIR>/.aws:/home/jenkins/.aws -e AWS_REGION=… -e AWS_PROFILE=… jenkins/slave:alpine java -jar /usr/share/jenkins/slave.jar
```

but note that the mount will not work if your `~/.aws/` is set to be readable only by the user.

0 comments on commit e4857d0

Please sign in to comment.