deploy: 89868bc7cd4197a3a4578aa8487dc366edc2f4af

This commit is contained in:
jakubgs 2022-06-08 14:02:01 +00:00
parent 0f01744eac
commit b167a9e42a
3 changed files with 6 additions and 2 deletions

View File

@ -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',

View File

@ -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',

View File

@ -2,7 +2,7 @@
# libtool - Provide generalized library-building support services.
# Generated automatically by config.status (libbacktrace) version-unused
# Libtool was configured on host fv-az180-607:
# Libtool was configured on host fv-az135-430:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,