Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Added version file
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Nov 7, 2019
1 parent 7b698e0 commit 6e4162f
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,21 @@ pipelineConfig:
agent:
image: seldonio/core-builder:0.4
stages:
- name: test-and-deploy-sklearn-server
steps:
- name: run-tests
command: make
args:
- install_dev
- test
# - name: test-and-deploy-sklearn-server
# steps:
# - name: run-tests
# command: make
# args:
# - install_dev
# - test
- name: release-promote
agent:
image: gcr.io/jenkinsxio/builder-go:2.0.916-264
steps:
- name: jx-version
sh: jx version
- name: changelog
sh: "cd charts/sklearn-model-server && jx step changelog --batch-mode --version v$(cat ../../VERSION)"
- name: helm-release
sh: "unset TILLER_NAMESPACE && jx step helm env && jx step helm release --dir charts/sklearn-model-server/ --remote"
sh: "jx step helm release"
- name: helm-release-promote
sh: "cd charts/sklearn-model-server && jx promote -b --all-auto --timeout 1h --version $(cat ../../VERSION)"
options:
Expand Down

0 comments on commit 6e4162f

Please sign in to comment.