mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Removing bridge/bridgecapsule from main release branch CI pipeline
This commit is contained in:
parent
ac9f3c150f
commit
596b51c2fd
2
.ci/dev/regression/Jenkinsfile
vendored
2
.ci/dev/regression/Jenkinsfile
vendored
@ -90,7 +90,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
// Invoke Snyk for each Gradle sub project we wish to scan
|
||||
def modulesToScan = ['node', 'capsule', 'bridge', 'bridgecapsule']
|
||||
def modulesToScan = ['node', 'capsule']
|
||||
modulesToScan.each { module ->
|
||||
snykSecurityScan("${env.SNYK_API_KEY}", "--sub-project=$module --configuration-matching='^runtimeClasspath\$' --prune-repeated-subdependencies --debug --target-reference='${env.BRANCH_NAME}' --project-tags=Branch='${env.BRANCH_NAME.replaceAll("[^0-9|a-z|A-Z]+","_")}'")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user