refer to authentic jenkins jobs for authentic2-auth-fc

This commit is contained in:
Frédéric Péters 2021-04-27 15:07:04 +02:00
parent f0b1ae306e
commit 14adff2457
1 changed files with 2 additions and 3 deletions

View File

@ -212,9 +212,8 @@ 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 == 'lingo') {
project_name = 'combo';
}
if (project_name == 'lingo') { project_name = 'combo'; }
if (project_name == 'authentic2-auth-fc') { project_name = 'authentic'; }
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',