Add sidebar links to the Jenkinsfile.

This commit is contained in:
Username404-59 2021-02-21 16:45:14 +01:00
parent 39af980e0a
commit 80e631d89b
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -3,6 +3,9 @@ pipeline {
options {
buildDiscarder(logRotator(numToKeepStr: '12', artifactNumToKeepStr: '14'))
sidebarLinks([
[displayName: 'Gitea Repository', iconFileName: 'Yerbacon.png', urlName: 'https://gits.username404.fr/Username404-59/Yerbacon/src/branch/' + env.BRANCH_NAME]
])
}
triggers {
pollSCM('*/10 * * * *')