mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
Updates
* INFRA-508: NexusIQ stage for GA releases updated to `release` * do not truncate stdio when collecting JUnit tests
This commit is contained in:
parent
49c86af354
commit
2e6bd97fe9
@ -30,7 +30,7 @@ if (isReleaseTag) {
|
||||
switch (env.TAG_NAME) {
|
||||
case ~/.*-RC\d+(-.*)?/: nexusIqStage = "stage-release"; break;
|
||||
case ~/.*-HC\d+(-.*)?/: nexusIqStage = "stage-release"; break;
|
||||
default: nexusIqStage = "operate"
|
||||
default: nexusIqStage = "release"
|
||||
}
|
||||
}
|
||||
|
||||
@ -165,7 +165,7 @@ pipeline {
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: '**/pod-logs/**/*.log', fingerprint: false
|
||||
junit testResults: '**/build/test-results-xml/**/*.xml'
|
||||
junit testResults: '**/build/test-results-xml/**/*.xml', keepLongStdio: true
|
||||
}
|
||||
cleanup {
|
||||
deleteDir() /* clean up our workspace */
|
||||
|
1
.ci/dev/regression/Jenkinsfile
vendored
1
.ci/dev/regression/Jenkinsfile
vendored
@ -174,7 +174,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: '**/pod-logs/**/*.log', fingerprint: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user