Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Fix dependency check issues #119

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
144 changes: 0 additions & 144 deletions BackupJenkinsfile_tactical

This file was deleted.

147 changes: 0 additions & 147 deletions Jenkinsfile

This file was deleted.

33 changes: 0 additions & 33 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,10 @@
String product = "probate"
String component = "persistence-service"

def secrets = [
'probate-${env}': [
]
]

static LinkedHashMap<String, Object> secret(String secretName, String envVar) {
[ $class: 'AzureKeyVaultSecret',
secretType: 'Secret',
name: secretName,
version: '',
envVariable: envVar
]
}


withPipeline("java", product, component) {

loadVaultSecrets(secrets)
enableSlackNotifications('#probate-jenkins')
enableDockerBuild()
// enableDeployToAKS()
enableDbMigration('probate') // for liquibase update

// before('buildinfra:prod') {
Expand All @@ -52,21 +35,5 @@ withPipeline("java", product, component) {
reportFiles : "index.html",
reportName : "sol-ccd-service Code Coverage Report"
]

publishHTML target: [
alwaysLinkToLastBuild: true,
reportDir : "build/reports/findbugs",
reportFiles : "main.html",
reportName : "sol-ccd-service find Bugs Report"
]
}

after('functionalTest:saat') {
publishHTML target: [
reportDir : "target/site/serenity/",
reportFiles : "index.html",
reportName : "SAAT Functional Tests",
alwaysLinkToLastBuild: true
]
}
}
16 changes: 0 additions & 16 deletions Jenkinsfile_parameterized
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,6 @@ withParameterizedPipeline('java', product, component, params.ENVIRONMENT, 'sandb
reportFiles : "index.html",
reportName : "sol-ccd-service Code Coverage Report"
]

publishHTML target: [
alwaysLinkToLastBuild: true,
reportDir : "build/reports/findbugs",
reportFiles : "main.html",
reportName : "sol-ccd-service find Bugs Report"
]
}

after('functionalTest:saat') {
publishHTML target: [
reportDir : "target/site/serenity/",
reportFiles : "index.html",
reportName : "SAAT Functional Tests",
alwaysLinkToLastBuild: true
]
}
}

Loading