| Hi, I just installed 2.7.3 , using Git plugin 2.6.0, configured a multi-branch job, included feature* branches where I have 3 of them. 3 jobs were created as expected. I then deleted one branch but I still see it in the indexing log... Seen branch in repository origin/feature/XAVI_MULTI_Demo1 Seen branch in repository origin/feature/XAVI_MULTI_Demo2 Seen branch in repository origin/feature/XAVI_MULTI_Demo3 While on git there's no such branch
$ git branch -a|grep -i demo
feature/XAVI_MULTI_Demo1
feature/XAVI_MULTI_Demo2
remotes/origin/feature/XAVI_MULTI_Demo1
remotes/origin/feature/XAVI_MULTI_Demo2
On the master I see the workspace folders
feature%2FXAVI_MULTI_Demo1@script
feature%2FXAVI_MULTI_Demo2@script
feature%2FXAVI_MULTI_Demo3@script
and the deleted branch folder is empty... Is it related to this issue as well? |