This commit is contained in:
parent
7bda745a5f
commit
b6b261330e
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -7,6 +7,10 @@ pipeline {
|
||||
|
||||
agent any
|
||||
|
||||
triggers {
|
||||
triggers{ cron('@midnight') }
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Clone repository') {
|
||||
steps{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user