From 8c67951494d756aa041d8f89b5844d016f2771b7 Mon Sep 17 00:00:00 2001 From: cghislai Date: Sun, 28 Nov 2021 17:53:02 +0100 Subject: [PATCH] fix repo uri --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 90ca4aa..d90833a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { string(name: 'ANDROID_UPLOAD_TRACK', defaultValue: 'alpha', description: 'Upload track') string(name: 'ANDROID_RELEASE_STATUS', defaultValue: 'completed', description: 'draft/completed') string(name: 'ANDROID_API_KEY_CREDENTIAL', defaultValue: 'jenkins-gestemps-android-service-secret-api-key', description: 'Api key to for the play store api') - string(name: 'GIT_SSH_REMOTE_NAME', defaultValue: 'ssh://git@gitea.valuya.com:2022/Valuya/embedded_webview.git', + string(name: 'GIT_SSH_REMOTE_NAME', defaultValue: 'ssh://git@gitea.valuya.com:2022/Valuya/comptaplan_app.git', description: 'We use ssh authentication, but gitea may use an http remotes by default. This is the remote to push the build number increment.') string(name: 'GIT_PUSH_BRANCH', defaultValue: 'android-releases', description: 'A branch to push the commit') string(name: 'GIT_TAG', defaultValue: '', description: 'An additional tag to push')