Skip to content

Commit

Permalink
Testing main comment
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo authored and seldondev committed Jul 20, 2020
1 parent e7f4c93 commit ede7fec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ pipelineConfig:
agent:
image: seldonio/core-builder:0.15
stages:
- name: pr-build-comment
steps:
- agent:
image: gcr.io/jenkinsxio/builder-go:2.0.916-264
dir: ci
sh: jx step pr comment --owner=$REPO_OWNER --repository=$REPO_NAME --pull-request=$PULL_NUMBER --comment="Test"
- name: build-and-test
parallel:
- name: test-python
Expand All @@ -21,7 +27,7 @@ pipelineConfig:
- name: temp
image: gcr.io/jenkinsxio/builder-go:2.0.916-264
dir: ci
sh: jx step pr comment --owner=${REPO_OWNER} --repository=${REPO_NAME} --pull-request=${PULL_NUMBER} --comment="Test comment"
sh: echo "hello"
#- name: test-python
# command: make
# args:
Expand Down

0 comments on commit ede7fec

Please sign in to comment.