From 37f629fb193bcfbe11e9ebb5d393744b7ce41fac Mon Sep 17 00:00:00 2001 From: aiekick Date: Sun, 22 Sep 2024 19:28:20 +0200 Subject: [PATCH] - --- .jenkins/Jenkinsfile_LINUX | 2 +- .jenkins/Jenkinsfile_WINDOWS | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.jenkins/Jenkinsfile_LINUX b/.jenkins/Jenkinsfile_LINUX index d51082b3..71ed7799 100644 --- a/.jenkins/Jenkinsfile_LINUX +++ b/.jenkins/Jenkinsfile_LINUX @@ -5,7 +5,7 @@ withCredentials([string(credentialsId: 'PIPELINES_REPO', variable: 'checkout_url [ $class: 'GitSCMSource', remote: checkout_url, - credentialsId: 'GITHUB_ACCESS_TOKEN' + credentialsId: 'GITEA_ACCESS_TOKEN' ] ) ) diff --git a/.jenkins/Jenkinsfile_WINDOWS b/.jenkins/Jenkinsfile_WINDOWS index 4294291c..9704222e 100644 --- a/.jenkins/Jenkinsfile_WINDOWS +++ b/.jenkins/Jenkinsfile_WINDOWS @@ -5,7 +5,7 @@ withCredentials([string(credentialsId: 'PIPELINES_REPO', variable: 'checkout_url [ $class: 'GitSCMSource', remote: checkout_url, - credentialsId: 'GITHUB_ACCESS_TOKEN' + credentialsId: 'GITEA_ACCESS_TOKEN' ] ) ) diff --git a/VERSION b/VERSION index d659c868..f96ff09f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Lumo_Windows_Release_x64_v0.0.5606 +Lumo_Windows__x64_v0.0.5606