feat: added Jenkinsfile

This commit is contained in:
mohan 2024-07-05 19:31:09 +05:30
parent 8edfb2a133
commit eb21fd7da2

2
Jenkinsfile vendored
View file

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