From e8040a009a952b1bfafbec682e011c7ef4e0b262 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sun, 21 Feb 2021 17:07:38 +0100 Subject: [PATCH] Fix the icon path in the Jenkinsfile. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e7c79b4..4472434 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ 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] + [displayName: 'Gitea Repository', iconFileName: '/userContent/Yerbacon.png', urlName: 'https://gits.username404.fr/Username404-59/Yerbacon/src/branch/' + env.BRANCH_NAME] ]) } triggers {