mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-03-06 13:34:45 +01:00
Only keep 5 builds.
This commit is contained in:
parent
69d6b1b8a6
commit
517357401e
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -5,6 +5,7 @@ pipeline {
|
|||
maven 'Maven 3.5.3'
|
||||
jdk 'OpenJDK 9'
|
||||
}
|
||||
options { buildDiscarder(logRotator(numToKeepStr: '5')) }
|
||||
stages {
|
||||
stage('Build') {
|
||||
parallel {
|
||||
|
|
|
|||
Loading…
Reference in a new issue