From 5e4db3dfdabdc9f16c82ec3104a619a791bebf08 Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Thu, 2 Feb 2017 16:55:20 -0500 Subject: [PATCH] Dumb typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1ad03d61..e51508bf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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