Skip to content

Commit

Permalink
Dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Feb 2, 2017
1 parent 02a518f commit 5e4db3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ configs=win32, win32, x86 & win32, win32, x86_64 & linux, gtk, x86 & linux, gtk,

// If not a PR, trigger studio3-core build for same branch
if (!env.BRANCH_NAME.startsWith('PR-')) {
build job: "Studio3/studio3/${env.BRANCH_NAME}", wait: false
build job: "Studio/studio3/${env.BRANCH_NAME}", wait: false
}
} catch (e) {
// if any exception occurs, mark the build as failed
Expand Down

0 comments on commit 5e4db3d

Please sign in to comment.