Azure pipeline checkout recursive submodule

Zion Adadi MTH 0 Reputation points
2024-02-22T07:03:05.1733333+00:00

Hi,

Azure devops server 2022.0.1 (Azure DevOps server_20230418.1)

I'm trying to checkout recursive submodule from pipeline.

checkout failed when trying to clone submodule.

Pipeline:
checkout: self
submodule: recursive
persistCredentials: true

logs:
git submodule sync --recursive
synchronizing submodule url for xxx
synchronizing submodule url for xxx git --config-env=http.http://xxxx:8080.extraheader=env var http.http://xxxx:8080.extraheader submodule --init --force --recursive fatal: cannot prompt because terminal prompt have been disabled Thanks,

Zion Adadi

Community Center Not monitored
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.