Skip to content

Commit

Permalink
Remove redundant scanning of artifacts
Browse files Browse the repository at this point in the history
It's being scanned in-house due to transitive dependencies as well as here via DepShield
  • Loading branch information
MarkusTiede committed Mar 12, 2020
1 parent 9746074 commit bf02cef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ pipeline {
}
}

stage("Nexus Lifecycle") {
steps {
nexusPolicyEvaluation iqApplication: 'ch.baloise.corellia.api',
iqScanPatterns: [[scanPattern: 'target/*.jar']],
iqStage: 'build'
}
}

stage("Quality assurance") {
when {
expression { return params.RUN_QUALITY_CHECKS }
Expand Down

0 comments on commit bf02cef

Please sign in to comment.