Update Jenkinsfile

main
alexandrev 2025-02-14 11:56:01 +00:00
parent 07d2adeb86
commit 1e42f42f67
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -107,7 +107,9 @@ spec:
rm -rf ${params.repositoryName}
fi
git clone http://${GIT_PAT}@gitlab.com/${params.repositoryProject}/${params.repositoryName}.git
echo ${GIT_PAT}
git clone https://${GIT_PAT}@gitlab.com/${params.repositoryProject}/${params.repositoryName}.git
cp -r ${params.serviceName}/* ${params.repositoryName}/