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