mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +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') {
|
||||
agent { label 'mswin' }
|
||||
steps {
|
||||
sh "./gradlew --no-daemon " +
|
||||
bat "./gradlew --no-daemon " +
|
||||
"--stacktrace " +
|
||||
"-Pcompilation.warningsAsErrors=false " +
|
||||
"-Ptests.failFast=true " +
|
||||
@ -80,7 +80,7 @@ pipeline {
|
||||
}
|
||||
agent { label 'mswin' }
|
||||
steps {
|
||||
sh "./gradlew --no-daemon " +
|
||||
bat "./gradlew --no-daemon " +
|
||||
"clean integrationTest"
|
||||
}
|
||||
post {
|
||||
|
Loading…
Reference in New Issue
Block a user