mirror of
https://github.com/corda/corda.git
synced 2025-05-05 02:03:06 +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"
|
" allParallelIntegrationTest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Unit Tests') {
|
|
||||||
steps {
|
|
||||||
sh "./gradlew " +
|
|
||||||
"-DbuildId=\"\${BUILD_ID}\" " +
|
|
||||||
"-Dkubenetize=true " +
|
|
||||||
"-Ddocker.tag=\"\${DOCKER_TAG_TO_USE}\"" +
|
|
||||||
" allParallelUnitTest"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user