我正在使用詹金斯和 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
我怎样才能重置 Jenkins 的构建号?