Add sidebar links to the Jenkinsfile.
This commit is contained in:
parent
39af980e0a
commit
80e631d89b
|
@ -3,6 +3,9 @@ pipeline {
|
||||||
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '12', artifactNumToKeepStr: '14'))
|
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 {
|
triggers {
|
||||||
pollSCM('*/10 * * * *')
|
pollSCM('*/10 * * * *')
|
||||||
|
|
Loading…
Reference in New Issue