Skip to content

Commit

Permalink
Test what happens if the vcs info file is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Apr 1, 2020
1 parent 0a98ea0 commit f25f172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile_coverage
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kibanaPipeline(timeoutMinutes: 180) {
"TIME_STAMP=${timestamp}",
"QA_TEAM_ROCKS=true"
]) {
listVcsEnvVars()
// listVcsEnvVars()

def vaultSecret = 'secret/kibana-issues/prod/coverage/elasticsearch'
withVaultSecret(secret: vaultSecret, secret_field: 'host', variable_name: 'HOST_FROM_VAULT') {
Expand All @@ -55,7 +55,7 @@ kibanaPipeline(timeoutMinutes: 180) {
echo "### Print vcs info file"
cat VCS_INFO.txt
cat VCS_INFO.txt || echo "### VCS Info file NOT found" && exit 1
Expand Down

0 comments on commit f25f172

Please sign in to comment.