mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ES-1131: Re-add authenticateGradleWrapper
This commit is contained in:
parent
44bfb2821d
commit
fa899c55c2
@ -36,6 +36,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('JDK 11 Compile') {
|
stage('JDK 11 Compile') {
|
||||||
steps {
|
steps {
|
||||||
|
authenticateGradleWrapper()
|
||||||
sh "./gradlew --no-daemon --parallel --build-cache -Pcompilation.allWarningsAsErrors=true -Ptests.failFast=false " +
|
sh "./gradlew --no-daemon --parallel --build-cache -Pcompilation.allWarningsAsErrors=true -Ptests.failFast=false " +
|
||||||
"-Ptests.ignoreFailures=true clean compileAll --stacktrace"
|
"-Ptests.ignoreFailures=true clean compileAll --stacktrace"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user