mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
Merge branch 'release/os/4.4' into NOTICK-rfowler-merge-OS4.4-OS4.5-20200626
This commit is contained in:
commit
881d8d687c
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 {
|
||||
|
@ -11,7 +11,7 @@ import kotlin.test.assertEquals
|
||||
import kotlin.test.assertTrue
|
||||
|
||||
class NodeRPCTests {
|
||||
private val CORDA_VERSION_REGEX = "\\d+(\\.\\d+)?(-\\w+)?".toRegex()
|
||||
private val CORDA_VERSION_REGEX = "\\d+(\\.\\d+)?(\\.\\d+)?(-\\w+)?".toRegex()
|
||||
private val CORDA_VENDOR = "Corda Open Source"
|
||||
private val CORDAPPS = listOf(FINANCE_CONTRACTS_CORDAPP, FINANCE_WORKFLOWS_CORDAPP)
|
||||
private val CORDAPP_TYPES = setOf("Contract CorDapp", "Workflow CorDapp")
|
||||
|
Loading…
Reference in New Issue
Block a user