Skip to content

Commit

Permalink
add error (#1279)
Browse files Browse the repository at this point in the history
Co-authored-by: Enda Kelly <[email protected]>
  • Loading branch information
cpareek and endakelly authored Oct 23, 2024
1 parent 412c147 commit 034812d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars/sectionDeployToAKS.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def call(params) {
savePodsLogs(dockerImage, params, "full-functional")
if (!success) {
clearHelmReleaseForFailure(enableHelmLabel, config, dockerImage, params, pcr)
error('Functional test failed')
}
}
}
Expand All @@ -172,6 +173,7 @@ def call(params) {
savePodsLogs(dockerImage, params, "functional")
if (!success) {
clearHelmReleaseForFailure(enableHelmLabel, config, dockerImage, params, pcr)
error('Functional test failed')
}
}
}
Expand Down

0 comments on commit 034812d

Please sign in to comment.