[heads/keith/JENKINS-36829-bad-test-url] Fix path for creating new pipelines

This commit is contained in:
Thorsten Scherler 2016-07-22 18:35:03 +02:00
parent 8f0ed8fec7
commit c63730468e
1 changed files with 1 additions and 1 deletions

View File

@ -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 (
<Page>