Update Jenkinsfile

main
alexandrev 2025-02-14 12:10:06 +00:00
parent 7f958255e8
commit c720427719
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -111,12 +111,12 @@ spec:
git clone https://${GIT_PAT}@gitlab.com/${params.repositoryProject}/${params.repositoryName}.git
git checkout -b main
git checkout -b master
cp catalog-info.yaml ${params.repositoryName}/catalog-info.yaml
cd ${params.repositoryName}
git add .
git commit -m "Initial catalog.yaml"
git push origin main
git push origin master
git checkout -b skeleton