From 59818367122bfb0b17a79bc579ad3aff3b71c4e5 Mon Sep 17 00:00:00 2001 From: Viktor Farcic Date: Tue, 28 Apr 2020 15:23:27 +0200 Subject: [PATCH] Multi-architecture --- jenkins-x.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/jenkins-x.yml b/jenkins-x.yml index 504a7442d..d98c07305 100755 --- a/jenkins-x.yml +++ b/jenkins-x.yml @@ -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