mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-04 23:13:09 +00:00
ci: disable restart from stage in jenkins
related issue : https://github.com/status-im/infra-ci/issues/202
This commit is contained in:
parent
5dea6d3bce
commit
f762c8de4d
@ -34,6 +34,7 @@ pipeline {
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
disableRestartFromStage()
|
||||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '10',
|
||||
daysToKeepStr: '30',
|
||||
|
||||
@ -7,6 +7,7 @@ pipeline {
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
disableRestartFromStage()
|
||||
disableConcurrentBuilds()
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 30, unit: 'MINUTES')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user