Skip to content

Commit

Permalink
Switch upstream to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Halvor Platou committed Sep 3, 2018
1 parent f281ba6 commit 7a4fecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent none

triggers {
upstream(upstreamProjects: 'cse-core/PR-29', threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: 'cse-core/master', threshold: hudson.model.Result.SUCCESS)
}

options { checkoutToSubdirectory('src/cse-server-go') }
Expand Down Expand Up @@ -47,7 +47,7 @@ pipeline {
sh 'echo Building on Windows'

copyArtifacts(
projectName: 'cse-core/PR-29',
projectName: 'cse-core/master',
filter: 'install/debug/**/*',
target: 'src')

Expand Down

0 comments on commit 7a4fecb

Please sign in to comment.