map au-quotidien redmine project to auquotidien jenkins job

This commit is contained in:
Frédéric Péters 2022-05-07 09:40:22 +02:00
parent 520e64d1e4
commit 3e2401c315
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ function alter_issue_show_page() {
if ($('.controller-issues.action-show a.overview').length) {
var project_name = $('a.overview').attr('href').split('/')[2];
if (project_name == 'authentic2-auth-fc') { project_name = 'authentic'; }
if (project_name == 'au-quotidien') { project_name = 'auquotidien'; }
var issue_no = $('a.atom').attr('href').split('/')[2].split('.')[0];
var call1 = $.ajax({
url: 'https://jenkins.entrouvert.org/job/' + project_name + '-wip/api/json',