adapt link to built branch for gitea (#74792)

This commit is contained in:
Frédéric Péters 2023-05-23 10:37:19 +02:00
parent 0fa2d71b7e
commit 7dd62db531
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ function alter_issue_show_page() {
var $jenkins_link = $('<div class="jenkins jenkins-' + data.result + '"><a href="' +
data.url + '">Jenkins: ' + data.fullDisplayName + ': ' + data.result + '</a>' +
' (' + date.toLocaleString() + ') ' +
'+ <a href="https://git.entrouvert.org/' + project_name + '.git/log?h=' + job.name + '">Gitolite</a>' +
'+ <a href="https://git.entrouvert.org/entrouvert/' + project_name + '/commits/branch/' + job.name + '">Gitea</a>' +
'</div>');
$jenkins_link.appendTo($('#history'));
}