Update Jenkinsfile
parent
1ae0e72df4
commit
eabcdf3702
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue