Update Jenkinsfile

main
alexandrev 2025-02-17 12:03:18 +00:00
parent eabcdf3702
commit 64e36edb0e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -110,7 +110,7 @@ spec:
git clone https://${GIT_PAT}@gitlab.com/${params.repositoryProject}/${params.repositoryName}.git git clone https://${GIT_PAT}@gitlab.com/${params.repositoryProject}/${params.repositoryName}.git
git checkout master git checkout master || git checkout -b master || true
cp catalog-info.yaml ${params.repositoryName}/catalog-info.yaml cp catalog-info.yaml ${params.repositoryName}/catalog-info.yaml
cd ${params.repositoryName} cd ${params.repositoryName}
git add . git add .