Skip to content

Commit

Permalink
depending on released versions of cse-core and cse-client (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljamt authored Aug 19, 2019
1 parent ea73996 commit 0ad7cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {

triggers {
upstream(
upstreamProjects: 'open-simulation-platform/cse-core/master, open-simulation-platform/cse-client/master',
upstreamProjects: 'open-simulation-platform/cse-core/v0.4.0, open-simulation-platform/cse-client/v0.4.0',
threshold: hudson.model.Result.SUCCESS)
}

Expand Down Expand Up @@ -32,7 +32,7 @@ pipeline {
stage ('Get dependencies') {
steps {
copyArtifacts(
projectName: 'open-simulation-platform/cse-client/master',
projectName: 'open-simulation-platform/cse-client/v0.4.0',
filter: 'resources/public/**/*',
target: 'src/cse-server-go')

Expand Down Expand Up @@ -124,7 +124,7 @@ pipeline {
stage ('Get dependencies') {
steps {
copyArtifacts(
projectName: 'open-simulation-platform/cse-client/master',
projectName: 'open-simulation-platform/cse-client/v0.4.0',
filter: 'resources/public/**/*',
target: 'src/cse-server-go')

Expand Down
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[generators]

[requires]
cse-core/0.4.0@osp/master
cse-core/0.4.0@osp/v0.4.0

[options]
cse-core:fmuproxy=True
Expand Down

0 comments on commit 0ad7cea

Please sign in to comment.