Skip to content

Commit ea73996

Browse files
eidekristljamt
authored andcommitted
Bundle FMU-proxy 0.5.2 (#100)
1 parent 542cb14 commit ea73996

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
@@ -58,7 +58,7 @@ pipeline {
5858
steps {
5959
dir ('src/cse-server-go/dist/bin') {
6060
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'
6262
}
6363
dir ('src/cse-server-go/dist') {
6464
sh 'cp -rf ../run-windows.cmd .'
@@ -149,7 +149,7 @@ pipeline {
149149
steps {
150150
dir ('src/cse-server-go/dist/bin') {
151151
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'
153153
}
154154
dir ('src/cse-server-go/dist') {
155155
sh 'cp ../run-linux .'

0 commit comments

Comments
 (0)