mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-28 22:58:10 +08:00
update
This commit is contained in:
parent
b24dd7705d
commit
60cd89f989
@ -121,7 +121,6 @@ pipeline {
|
||||
stage('Prepare to update infra') {
|
||||
steps {
|
||||
cleanWs()
|
||||
// git credentialsId: 'GitHub', url: "https://github.com/${ORGANIZATION_NAME}/${SERVICE_NAME_INFRA}"
|
||||
checkout([$class: 'GitSCM',
|
||||
branches: [[name: "main"]],
|
||||
doGenerateSubmoduleConfigurations: false,
|
||||
@ -150,12 +149,11 @@ pipeline {
|
||||
],
|
||||
fileEncoding: 'UTF-8',
|
||||
lineSeparator: 'Unix',
|
||||
filePath: 'open-im-server/api/deployment.yaml'
|
||||
filePath: "open-im-server/${params.RELEASE_PROJECTS}/deployment.yaml"
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
script {
|
||||
withCredentials([string(credentialsId: 'GitHub1', variable: 'GITHUB_TOKEN')]) {
|
||||
sh """
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user