From c63730468ee5db807cf1a1628d937608c832610f Mon Sep 17 00:00:00 2001 From: Thorsten Scherler Date: Fri, 22 Jul 2016 18:35:03 +0200 Subject: [PATCH] [heads/keith/JENKINS-36829-bad-test-url] Fix path for creating new pipelines --- blueocean-dashboard/src/main/js/components/Pipelines.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueocean-dashboard/src/main/js/components/Pipelines.jsx b/blueocean-dashboard/src/main/js/components/Pipelines.jsx index ce2d6f95..e97d3344 100644 --- a/blueocean-dashboard/src/main/js/components/Pipelines.jsx +++ b/blueocean-dashboard/src/main/js/components/Pipelines.jsx @@ -38,7 +38,7 @@ export default class Pipelines extends Component { ]; const baseUrl = config.getRootURL(); - const newJobUrl = `${baseUrl}view/All/newJob`; + const newJobUrl = `${baseUrl}/view/All/newJob`; return (