gitreef

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6e0b0b2f5efde0a65b3ccaf4f75b1b4a9f1a2b52
parent b59050f072b90b158fdddd9623cbd171a77118a5
Author: Matthias Jaros <jaros@mailbox.org>
Date:   Mon, 13 Apr 2026 10:13:12 +0200

Renamed project also in Jenkins

Diffstat:
MJenkinsfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { // 👇 Fill these for your setup environment { // Project - PROJECT = 'gitfish' + PROJECT = 'gitreef' GIT_URL = "/var/git/${PROJECT}.git" GIT_BRANCH = 'trunk' GIT_CREDENTIALS = ''