mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-03 16:05:56 +00:00
feat: added Jenkinsfile
This commit is contained in:
parent
8edfb2a133
commit
eb21fd7da2
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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'){
|
||||
|
|
Loading…
Add table
Reference in a new issue