1

build(ci): fix environment

This commit is contained in:
2025-08-18 12:54:17 +03:00
parent ab43b2e778
commit 3e034a2db7

View File

@@ -9,7 +9,7 @@ pipeline {
GITEA_API_URL = "https://di9.ru/git/api/v1" GITEA_API_URL = "https://di9.ru/git/api/v1"
GITEA_REPO_OWNER = "Voomra" GITEA_REPO_OWNER = "Voomra"
GITEA_REPO_NAME = "ss14-launcher-extractor" GITEA_REPO_NAME = "ss14-launcher-extractor"
GITEA_TOKEN = credentials("JENKINS_GITEA_USER") GITEA_TOKEN = credentials("JENKINS_GITEA_ACCESS_TOKEN")
} }
stages { stages {