Currently, I use Jenkins in version 2.4
At the end of my jenkins jobs, I can see git data in Jenkins Job status.
I would like to hide it.
My job is configure with one GitHub repositorybut inside that repository, i have clone another repository containing my modules and so the informations about the clone a printed in the job status (even the PAT of the service user).
Is there a way to hide the git data in jenkins job status ?
I have think of a way (clone the 2 repositories through the job configuration as the PAT of the principal repository is not exposed (only the one i use to clone the repository of my modules).
But when configuring the second repository, i face a problem when defining the branch of each repository and also when defining the sub-directory (i would like my second repository to be clone in a sub-directory of my principal repository).