Update Jenkinsfile

main
alexandrev 2025-02-14 12:23:49 +00:00
parent 1ae0e72df4
commit eabcdf3702
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -87,7 +87,7 @@ metadata:
spec: spec:
type: service type: service
lifecycle: experimental lifecycle: experimental
owner: DH_TEAM_ONEMDW""" owner: CEVA_TIBCO_TEAM"""
writeFile file: "catalog-info.yaml", text: yamlContent writeFile file: "catalog-info.yaml", text: yamlContent
} }
@ -97,7 +97,6 @@ spec:
stage('Push to New Repository') { stage('Push to New Repository') {
steps { steps {
script { script {
def repoUrl = "gitea:3000/${params.repositoryProject}/${params.repositoryName}.git"
sh """ sh """
git config --global user.email "tpadmin@tibco.com" git config --global user.email "tpadmin@tibco.com"