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 @@ -57,7 +57,7 @@ pipeline {
57
57
steps {
58
58
dir (' src/cse-server-go/dist/bin' ) {
59
59
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'
61
61
}
62
62
dir (' src/cse-server-go/dist' ) {
63
63
sh ' cp -rf ../run-windows.cmd .'
@@ -147,7 +147,7 @@ pipeline {
147
147
steps {
148
148
dir (' src/cse-server-go/dist/bin' ) {
149
149
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'
151
151
}
152
152
dir (' src/cse-server-go/dist' ) {
153
153
sh ' cp ../run-linux .'
You can’t perform that action at this time.
0 commit comments