From 80e631d89b9caf02305103fed6ea8321b648ed73 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sun, 21 Feb 2021 16:45:14 +0100 Subject: [PATCH] Add sidebar links to the Jenkinsfile. --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 43b44ff..e7c79b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 * * * *')