mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-09 09:23:14 +00:00
deploy: 48e3c38f2a6cf08168bd0448911807c75f929e49
This commit is contained in:
parent
d1b0a26d16
commit
078f4a879c
@ -28,7 +28,9 @@ pipeline {
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
/* manage how many builds we keep */
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 30, unit: 'MINUTES')
|
||||
/* Limit builds retained. */
|
||||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '3',
|
||||
daysToKeepStr: '30',
|
||||
|
||||
@ -3,6 +3,8 @@ pipeline {
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 20, unit: 'MINUTES')
|
||||
/* manage how many builds we keep */
|
||||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '10',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user