Skip to content

Commit

Permalink
Multi-architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Farcic committed Apr 28, 2020
1 parent 7ae7ae5 commit 5981836
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@ pipelineConfig:
kubectl -n $NS rollout status deployment preview-preview --timeout 3m
- name: functional-tests
command: ADDRESS=`jx get preview --current 2>&1` make functest
# This is new
overrides:
- pipeline: release
# This is new
stage: build
# This is new
release:
promote:
steps:
- name: rollout
command: |
sleep 30
kubectl -n jx-staging rollout status deployment jx-go-demo-6 --timeout 3m

0 comments on commit 5981836

Please sign in to comment.