Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f34e92ff3c | ||
|
c74f8119ae |
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -1,6 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
triggers {cron '@daily'}
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '5', daysToKeepStr: '30'))
|
buildDiscarder(logRotator(numToKeepStr: '5', daysToKeepStr: '30'))
|
||||||
timestamps()
|
timestamps()
|
||||||
@@ -169,4 +168,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user