From bf02cef418f83e754e6ac7d4320c4b909c8c0c84 Mon Sep 17 00:00:00 2001 From: Markus Tiede Date: Thu, 12 Mar 2020 11:06:30 +0100 Subject: [PATCH] Remove redundant scanning of artifacts It's being scanned in-house due to transitive dependencies as well as here via DepShield --- Jenkinsfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 937cb43..f42467c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 }