summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index ed4e8cb..1fb1c46 100644
--- 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 = ''