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'){