From eb21fd7da24e57c36530e28a01891b8fdcc76960 Mon Sep 17 00:00:00 2001 From: mohan Date: Fri, 5 Jul 2024 19:31:09 +0530 Subject: [PATCH] feat: added Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 58dc2a7aa..a5ba422b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline{ stages { stage('checkout from Git'){ steps{ - git branch: 'main', url: 'https://github.com/MOHANBV153/uptime-kuma.git' + git branch: 'master', url: 'https://github.com/MOHANBV153/uptime-kuma.git' } } stage('install dependencies'){