Skip to content

Commit

Permalink
adding log files as artifacts in buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbloom committed Feb 10, 2018
1 parent f071f51 commit 4273d9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ steps:

- label: "build"
command: "docker run -v /var/lib/buildkite-agent/builds/$BUILDKITE_AGENT_NAME/mockserver:/build -w /build/mockserver -a stdout -a stderr -e BUILDKITE_BRANCH=$BUILDKITE_BRANCH jamesdbloom/mockserver:maven /build/mockserver/scripts/buildkite_deploy_snapshot.sh"
artifact_paths:
- "**/*.log"

0 comments on commit 4273d9e

Please sign in to comment.