You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
RHEL 7
Reproduction steps
I have a multibranch pipeline with pipeline code stored in SCM.
The repo consist of projectA/repoA and one submodule projectB/repoB. Since these are different projects we can't use HTTP token and ssh is our only option. repoA gets checked-out fine, but when it comes to repoB I get this error.
Expected Results
submodules get checked out
Actual Results
Could not create directory '/.ssh' right when submodules gets checked out error.
Anything else?
I tried setting HOME=$WORKSPACE in job setting but no effect.
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
RHEL 7
Reproduction steps
I have a multibranch pipeline with pipeline code stored in SCM.
The repo consist of
projectA/repoA
and one submoduleprojectB/repoB
. Since these are different projects we can't use HTTP token and ssh is our only option.repoA
gets checked-out fine, but when it comes torepoB
I get this error.Expected Results
submodules get checked out
Actual Results
Could not create directory '/.ssh'
right when submodules gets checked out error.Anything else?
I tried setting HOME=$WORKSPACE in job setting but no effect.
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: