mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
Jenkins reduce number of builds kept (10 -> 5)
This commit is contained in:
@@ -201,7 +201,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
|
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '30'))
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 60, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
} // pipeline
|
} // pipeline
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ pipeline {
|
|||||||
CI = true
|
CI = true
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
|
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '30'))
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 60, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ pipeline {
|
|||||||
CI = true
|
CI = true
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
|
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '30'))
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 60, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -501,7 +501,7 @@ pipeline {
|
|||||||
GIT_COMMITTER_NAME = "PX4BuildBot"
|
GIT_COMMITTER_NAME = "PX4BuildBot"
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
|
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '30'))
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 60, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user