get combo jenkins jobs for lingo patches

This commit is contained in:
Frédéric Péters 2020-04-08 10:09:28 +02:00
parent 49f54a69ce
commit 0e6247bdad
1 changed files with 3 additions and 0 deletions

View File

@ -201,6 +201,9 @@ $(function() {
if ($('.controller-issues.action-show a.overview').length) {
var project_name = $('a.overview').attr('href').split('/')[2];
if (project_name == 'lingo') {
project_name = 'combo';
}
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',