mirror of
https://github.com/corda/corda.git
synced 2025-04-20 00:51:39 +00:00
Revert "INFRA-2021: Temp fix for Snyk Delta "
This reverts commit 2ce0409bd25000621e4d7e7a555dd11952af40a9.
This commit is contained in:
parent
9443bd7a6b
commit
835ea723ea
26
.ci/dev/pr-code-checks/Jenkinsfile
vendored
26
.ci/dev/pr-code-checks/Jenkinsfile
vendored
@ -20,6 +20,19 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Detekt check') {
|
||||
steps {
|
||||
authenticateGradleWrapper()
|
||||
sh "./gradlew --no-daemon clean detekt"
|
||||
}
|
||||
}
|
||||
|
||||
stage('Compilation warnings check') {
|
||||
steps {
|
||||
sh "./gradlew --no-daemon -Pcompilation.warningsAsErrors=true compileAll"
|
||||
}
|
||||
}
|
||||
|
||||
stage('Snyk Delta') {
|
||||
agent {
|
||||
docker {
|
||||
@ -38,19 +51,6 @@ pipeline {
|
||||
snykDeltaScan(env.SNYK_API_TOKEN, env.C4_OS_SNYK_ORG_ID)
|
||||
}
|
||||
}
|
||||
|
||||
stage('Detekt check') {
|
||||
steps {
|
||||
authenticateGradleWrapper()
|
||||
sh "./gradlew --no-daemon clean detekt"
|
||||
}
|
||||
}
|
||||
|
||||
stage('Compilation warnings check') {
|
||||
steps {
|
||||
sh "./gradlew --no-daemon -Pcompilation.warningsAsErrors=true compileAll"
|
||||
}
|
||||
}
|
||||
|
||||
stage('No API change check') {
|
||||
steps {
|
||||
|
Loading…
x
Reference in New Issue
Block a user