Sto usando Jenkins e Gradle per costruire il mio progetto Java.
Ogni volta che costruisco il mio progetto, ottengo un nuovo numero di build sullo schermo di Jenkins.
Di seguito sono riportate le informazioni sulla build di Jenkins:
Success > Console Output #96 03-Jan-2014 15:35:08
Success > Console Output #95 03-Jan-2014 15:27:29
Failed > Console Output #94 03-Jan-2014 15:26:16
Failed > Console Output #93 03-Jan-2014 15:25:01
Failed > Console Output #92 03-Jan-2014 15:23:50
Success > Console Output #91 03-Jan-2014 12:42:32
Success > Console Output #90 03-Jan-2014 12:02:45
Voglio reimpostare il numero di build di Jenkins come:
Success > Console Output #1 03-Jan-2014 12:02:45
Come posso reimpostare il numero di build in Jenkins?
java -jar jenkins-cli.jar -s https://jenkins.example.com groovysh \ 'jenkins.instance.getItemByFullName("job-name").updateNextBuildNumber(1021)'