Skip to content

Commit

Permalink
Merge pull request #1201 from gsunner/ci-update
Browse files Browse the repository at this point in the history
Add PR build message to integration tests run
  • Loading branch information
gsunner authored Dec 5, 2019
2 parents 6efb413 + a13abc9 commit 9dd2ab7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jenkins-x-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ pipelineConfig:
agent:
image: seldonio/core-builder:0.4
stages:
- name: pr-build-comment
steps:
- agent:
image: gcr.io/jenkinsxio/builder-go:2.0.916-264
dir: ci
sh: "./add-pr-build-comment"
- name: end-to-end
steps:
- name: test-end-to-end
Expand Down

0 comments on commit 9dd2ab7

Please sign in to comment.