Skip to content

Commit afe3b2a

Browse files
author
Levi Jamt
committed
Merge remote-tracking branch 'origin/master' into release/v0.6.0
2 parents e616de4 + ef29a28 commit afe3b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pipeline {
5757
steps {
5858
dir ('src/cse-server-go/dist/bin') {
5959
sh 'cp -rf ../../cse-server-go.exe .'
60-
sh 'curl https://github.com/NTNU-IHB/FMU-proxy/releases/download/v0.5.4/fmu-proxy.jar -o fmu-proxy.jar -L'
60+
sh 'curl https://github.com/NTNU-IHB/FMU-proxy/releases/download/v0.6.1/fmu-proxy.jar -o fmu-proxy.jar -L'
6161
}
6262
dir ('src/cse-server-go/dist') {
6363
sh 'cp -rf ../run-windows.cmd .'
@@ -147,7 +147,7 @@ pipeline {
147147
steps {
148148
dir ('src/cse-server-go/dist/bin') {
149149
sh 'cp -rf ../../cse-server-go .'
150-
sh 'curl https://github.com/NTNU-IHB/FMU-proxy/releases/download/v0.5.4/fmu-proxy.jar -o fmu-proxy.jar -L'
150+
sh 'curl https://github.com/NTNU-IHB/FMU-proxy/releases/download/v0.6.1/fmu-proxy.jar -o fmu-proxy.jar -L'
151151
}
152152
dir ('src/cse-server-go/dist') {
153153
sh 'cp ../run-linux .'

0 commit comments

Comments
 (0)