mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
Switched to CMD for Windows Server
* when using shell there are huge performance penalty
This commit is contained in:
parent
e021022d0d
commit
3377df2212
4
.ci/dev/mswin/Jenkinsfile
vendored
4
.ci/dev/mswin/Jenkinsfile
vendored
@ -55,7 +55,7 @@ pipeline {
|
|||||||
stage('Unit Tests') {
|
stage('Unit Tests') {
|
||||||
agent { label 'mswin' }
|
agent { label 'mswin' }
|
||||||
steps {
|
steps {
|
||||||
sh "./gradlew --no-daemon " +
|
bat "./gradlew --no-daemon " +
|
||||||
"--stacktrace " +
|
"--stacktrace " +
|
||||||
"-Pcompilation.warningsAsErrors=false " +
|
"-Pcompilation.warningsAsErrors=false " +
|
||||||
"-Ptests.failFast=true " +
|
"-Ptests.failFast=true " +
|
||||||
@ -80,7 +80,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
agent { label 'mswin' }
|
agent { label 'mswin' }
|
||||||
steps {
|
steps {
|
||||||
sh "./gradlew --no-daemon " +
|
bat "./gradlew --no-daemon " +
|
||||||
"clean integrationTest"
|
"clean integrationTest"
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user