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 }