Skip to content

Commit

Permalink
5.0.1-RC01 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanbrowne committed Nov 8, 2023
1 parent 72f256d commit a7229a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/e2eTests/JenkinsfileCombinedWorker
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pipeline {
}
stage('start combined worker') {
environment {
JAR_PATH = "${env.WORKSPACE}/applications/workers/release/combined-worker/build/bin/corda-combined-worker-5.0.0.0-*.jar"
JAR_PATH = "${env.WORKSPACE}/applications/workers/release/combined-worker/build/bin/corda-combined-worker-5.0.1.0-*.jar"
JDBC_PATH = "${env.WORKSPACE}/applications/workers/release/combined-worker/drivers"
REST_TLS_PATH = "${env.WORKSPACE}/applications/workers/release/combined-worker/tls/rest/rest_worker.pfx"
VM_PARAMETERS = "-Dco.paralleluniverse.fibers.verifyInstrumentation=true"
Expand Down

0 comments on commit a7229a0

Please sign in to comment.