File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ pipeline {
58
58
steps {
59
59
dir (' src/cse-server-go/dist/bin' ) {
60
60
sh ' cp -rf ../../cse-server-go.exe .'
61
- sh ' curl https://github.com/NTNU-IHB/FMU-proxy/releases/download/v0.5.1 /fmu-proxy.jar -o fmu-proxy.jar -L'
61
+ sh ' curl https://github.com/NTNU-IHB/FMU-proxy/releases/download/v0.5.2 /fmu-proxy.jar -o fmu-proxy.jar -L'
62
62
}
63
63
dir (' src/cse-server-go/dist' ) {
64
64
sh ' cp -rf ../run-windows.cmd .'
@@ -149,7 +149,7 @@ pipeline {
149
149
steps {
150
150
dir (' src/cse-server-go/dist/bin' ) {
151
151
sh ' cp -rf ../../cse-server-go .'
152
- sh ' curl https://github.com/NTNU-IHB/FMU-proxy/releases/download/v0.5.1 /fmu-proxy.jar -o fmu-proxy.jar -L'
152
+ sh ' curl https://github.com/NTNU-IHB/FMU-proxy/releases/download/v0.5.2 /fmu-proxy.jar -o fmu-proxy.jar -L'
153
153
}
154
154
dir (' src/cse-server-go/dist' ) {
155
155
sh ' cp ../run-linux .'
You can’t perform that action at this time.
0 commit comments