Fix the icon path in the Jenkinsfile.
This commit is contained in:
parent
80e631d89b
commit
e8040a009a
|
@ -4,7 +4,7 @@ pipeline {
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '12', artifactNumToKeepStr: '14'))
|
buildDiscarder(logRotator(numToKeepStr: '12', artifactNumToKeepStr: '14'))
|
||||||
sidebarLinks([
|
sidebarLinks([
|
||||||
[displayName: 'Gitea Repository', iconFileName: 'Yerbacon.png', urlName: 'https://gits.username404.fr/Username404-59/Yerbacon/src/branch/' + env.BRANCH_NAME]
|
[displayName: 'Gitea Repository', iconFileName: '/userContent/Yerbacon.png', urlName: 'https://gits.username404.fr/Username404-59/Yerbacon/src/branch/' + env.BRANCH_NAME]
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
triggers {
|
triggers {
|
||||||
|
|
Loading…
Reference in New Issue