mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
disable unit tests (#5582)
This commit is contained in:
parent
f5a966ee3b
commit
c18c3aed95
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -39,15 +39,6 @@ pipeline {
|
||||
" allParallelIntegrationTest"
|
||||
}
|
||||
}
|
||||
stage('Unit Tests') {
|
||||
steps {
|
||||
sh "./gradlew " +
|
||||
"-DbuildId=\"\${BUILD_ID}\" " +
|
||||
"-Dkubenetize=true " +
|
||||
"-Ddocker.tag=\"\${DOCKER_TAG_TO_USE}\"" +
|
||||
" allParallelUnitTest"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user