forked from jenkins/jenkins-config
Compare commits
No commits in common. "main" and "main" have entirely different histories.
|
@ -102,12 +102,9 @@ jobs:
|
|||
}
|
||||
orphanedItemStrategy {
|
||||
discardOldItems {
|
||||
numToKeep(0)
|
||||
numToKeep(10)
|
||||
}
|
||||
}
|
||||
triggers {
|
||||
cron('0 * * * *')
|
||||
}
|
||||
}
|
||||
- script: >
|
||||
folder('r7rs') {
|
||||
|
|
Loading…
Reference in New Issue