We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe3b2a commit ad1488bCopy full SHA for ad1488b
Jenkinsfile
@@ -3,7 +3,7 @@ pipeline {
3
4
triggers {
5
upstream(
6
- upstreamProjects: 'open-simulation-platform/cse-core/master, open-simulation-platform/cse-client/master',
+ upstreamProjects: 'open-simulation-platform/cse-core/v0.6.0, open-simulation-platform/cse-client/v0.6.0',
7
threshold: hudson.model.Result.SUCCESS)
8
}
9
@@ -123,7 +123,7 @@ pipeline {
123
stage ('Get dependencies') {
124
steps {
125
copyArtifacts(
126
- projectName: 'open-simulation-platform/cse-client/master',
+ projectName: 'open-simulation-platform/cse-client/v0.6.0',
127
filter: 'resources/public/**/*',
128
target: 'src/cse-server-go')
129
0 commit comments