look for jobs on jenkins.entrouvert.org

This commit is contained in:
Frédéric Péters 2019-10-07 15:36:01 +02:00
parent 3796496f8b
commit a2370672cd
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ $(function() {
var project_name = $('a.overview').attr('href').split('/')[2];
var issue_no = $('.icon-edit[accesskey=e]').attr('href').split('/')[2];
$.ajax({
url: 'https://jenkins2.entrouvert.org/job/' + project_name + '-wip/api/json',
url: 'https://jenkins.entrouvert.org/job/' + project_name + '-wip/api/json',
async: true,
dataType: 'json',
crossDomain: true,