Добавил в сборочную линию синхронизацию хранилища с git

This commit is contained in:
2025-06-26 17:59:19 +03:00
parent 5c6596b5e1
commit 77535f6a73

11
Jenkinsfile vendored
View File

@@ -24,6 +24,17 @@ pipeline {
stages { stages {
stage("Синхронизация с хранилищем") {
steps {
script {
scannerHome = tool name: 'sonar-scanner', type: 'hudson.plugins.sonar.SonarRunnerInstallation'
withSonarQubeEnv("Sonar") {
bat "chcp 65001\n SET GITSYNC_V8VERSION=${platformVersion}\n gitsync sync -u ci-bot -p 12345 C:/storage_1c/tg_bot_1c/ src/cf"
}
}
}
}
stage("SonarQube") { stage("SonarQube") {
steps { steps {
script { script {