ฉันใช้ Jenkins และ Gradle เพื่อสร้างโปรเจ็กต์ Java ของฉัน
ทุกครั้งที่สร้างโปรเจ็กต์ฉันจะได้รับหมายเลขบิลด์ใหม่บนหน้าจอเจนกินส์
ต่อไปนี้เป็นข้อมูลการสร้าง 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
ฉันต้องการรีเซ็ตหมายเลขบิลด์เจนกินส์เช่น:
Success > Console Output #1 03-Jan-2014 12:02:45
ฉันจะรีเซ็ตหมายเลขบิลด์ในเจนกินส์ได้อย่างไร
java -jar jenkins-cli.jar -s https://jenkins.example.com groovysh \ 'jenkins.instance.getItemByFullName("job-name").updateNextBuildNumber(1021)'