added history cleanup
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good

This commit is contained in:
2021-01-05 02:05:09 +01:00
parent 501851b690
commit c6e232184d

View File

@@ -1,6 +1,8 @@
pipeline { pipeline {
agent { label 'golang' } agent { label 'golang' }
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
stages { stages {
stage('Build') { stage('Build') {
steps { steps {