在多分支管道中找不到“ Jenkinsfile”

时间:2019-10-21 12:21:24

标签: jenkins svn continuous-integration

我们在SVN中移动了一个存储库,并且在Jenkins配置中相应地调整了该路径之后,它无法识别任何分支。

我检查了Jenkinsfiles是否确实存在,没有扩展名以及区分大小写的问题。我还尝试创建一个全新的配置,同样的结果。

日志输出为:

[Mon Oct 21 17:17:00 CEST 2019] Starting branch indexing...
Opening conection to svn://vsvn/svn-root/BTR/Control/V2.2_Released/
Checking directory /svn-root/BTR/Control/V2.2_Released@HEAD
Checking directory /svn-root/BTR/Control/V2.2_Released/branches@8827
Checking candidate branch /svn-root/BTR/Control/V2.2_Released/branches/DotNetCoreMigrationPOC@8808
      ‘Jenkinsfile’ not found
Does not meet criteria
Checking candidate branch /svn-root/BTR/Control/V2.2_Released/branches/1.7_IONodeComponentRefactoring@7898
      ‘Jenkinsfile’ not found
Does not meet criteria
Checking candidate branch /svn-root/BTR/Control/V2.2_Released/branches/devcon@7860
      ‘Jenkinsfile’ not found
Does not meet criteria
Checking directory /svn-root/BTR/Control/V2.2_Released/tags@8810
Checking candidate branch /svn-root/BTR/Control/V2.2_Released/trunk@8779
      ‘Jenkinsfile’ not found
Does not meet criteria
[Mon Oct 21 17:17:00 CEST 2019] Finished branch indexing. Indexing took 0.15 sec
Finished: SUCCESS

0 个答案:

没有答案