[JIRA] (JENKINS-46588) Pipeline Branch Specifier "blank for 'any'" fails mark.earl.wa...@gmail.com (JIRA)Mon, 13 Jan 2020 20:57:03 -0800 Title:Message Title Mark Waiteupdatedan issue Change By:Mark Waite In Pipeline Job, "Branches to build configuration" it's said "blanck for any"...
https://issues.jenkins-ci.org/browse/JENKINS-20502 原因分析:jenkins无法准确识别revision 操作方法: 在branch specifier (blank for any)处留空白,这样它会自动识别所有的revison包括分支branch的 或者精确匹配revison的所在位置
I had the same problem: "ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job. Finished: FAILURE" But my mistake was wrong "branch name". Jenkins (Branch Specifier (blank for 'any')) should be the same as in GIT Repository. SeanZatRGA...
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job. Finished: FAILURE And here is the output when I leave branch blank... Building in workspace /var/lib/jenkins/jobs/HelloWorld/workspace git rev-parse --is-in...
r55917 codetools: property completion: fixed read/write accessor for param+index specifier r55904 IDE: Update copyright.txt for component palette icons created by Roland Hahn. r55906 IDE: Add HiRes palette icons for TDBDateTimePicker. r55919 TAChart: Fix event TDbChartSource.OnGetItem not being ...
参考解决方法: https://issues.jenkins-ci.org/browse/JENKINS-20502 原因分析:jenkins无法准确识别revision 操作方法: 在branch specifier (blank for any)处留空白,这样它会自动识别所有的revison包括分支branch的 或者精确匹配revison的所在位置