- Add a build now command to the trigger
- Have the trigger description use the master_branch in the config
This commit is contained in:
parent
011490d36d
commit
206049dbf8
5 changed files with 35 additions and 5 deletions
|
@ -132,9 +132,7 @@ quayApp = angular.module('quay', ['ngRoute', 'chieffancypants.loadingBar', 'angu
|
|||
var source = $sanitize(UtilService.textToSafeHtml(config['build_source']));
|
||||
var desc = '<i class="fa fa-github fa-lg" style="margin-left: 2px; margin-right: 2px"></i> Push to Github Repository ';
|
||||
desc += '<a href="https://github.com/' + source + '" target="_blank">' + source + '</a>';
|
||||
if (config['subdir']) {
|
||||
desc += '<br>Dockerfile folder: ' + UtilService.textToSafeHtml(config['subdir']);
|
||||
}
|
||||
desc += '<br>Dockerfile folder: //' + UtilService.textToSafeHtml(config['subdir']);
|
||||
return desc;
|
||||
|
||||
default:
|
||||
|
|
Reference in a new issue