mirror of
https://github.com/corda/corda.git
synced 2025-05-30 14:14:29 +00:00
Merge pull request #7580 from corda/connelm/ES-1131/re-add-authenticateGradleWrapper
ES-1131: Re-add authenticateGradleWrapper
This commit is contained in:
commit
f8925687a2
@ -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…
x
Reference in New Issue
Block a user