https://bugzilla.wikimedia.org/show_bug.cgi?id=42953
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #5 from Antoine "hashar" Musso <[email protected]> --- This is happening again and the workaround of comment #4 can not realistically be used nowadays. An example of failure is https://integration.wikimedia.org/ci/job/operations-puppet-doc/2564/console It clones operations/puppet.git from /srv/ssd/zuul/git/operations/puppet (that is the Zuul maintained repository. The repository as several submodules declared as: [submodule "modules/cdh4"] path = modules/cdh4 url = https://gerrit.wikimedia.org/r/operations/puppet/cdh4 The Jenkins git plugin tries to be smart and dynamically rewrite the submodule URL supposing it is a subfolder: FATAL: Command "git submodule update" returned status code 1: fatal: repository '/srv/ssd/zuul/git/operations/puppet/modules/cdh4' does not exist Clone of '/srv/ssd/zuul/git/operations/puppet/modules/cdh4' \ into submodule path 'modules/cdh4' failed That is really dumb :-( -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
