Skip to content

Commit ad1488b

Browse files
author
Halvor Platou
committed
Update cse-client dependency to v0.6.0
1 parent afe3b2a commit ad1488b

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
@@ -3,7 +3,7 @@ pipeline {
33

44
triggers {
55
upstream(
6-
upstreamProjects: 'open-simulation-platform/cse-core/master, open-simulation-platform/cse-client/master',
6+
upstreamProjects: 'open-simulation-platform/cse-core/v0.6.0, open-simulation-platform/cse-client/v0.6.0',
77
threshold: hudson.model.Result.SUCCESS)
88
}
99

@@ -123,7 +123,7 @@ pipeline {
123123
stage ('Get dependencies') {
124124
steps {
125125
copyArtifacts(
126-
projectName: 'open-simulation-platform/cse-client/master',
126+
projectName: 'open-simulation-platform/cse-client/v0.6.0',
127127
filter: 'resources/public/**/*',
128128
target: 'src/cse-server-go')
129129

0 commit comments

Comments
 (0)