diff --git a/jenkins-x.yml b/jenkins-x.yml index 880cd6f8a..2b0e1e516 100755 --- a/jenkins-x.yml +++ b/jenkins-x.yml @@ -8,3 +8,4 @@ pipelineConfig: promote: steps: - command: ADDRESS=`jx get preview --current 2>&1` make functest + - command: ADDRESS=http://this-domain-does-not-exist.com make functest