mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-04 00:15:57 +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 {
|
stages {
|
||||||
stage('checkout from Git'){
|
stage('checkout from Git'){
|
||||||
steps{
|
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'){
|
stage('install dependencies'){
|
||||||
|
|
Loading…
Add table
Reference in a new issue