Update Jenkinsfile
parent
07d2adeb86
commit
1e42f42f67
|
|
@ -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}/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue