Добавил в сборочную линию синхронизацию хранилища с git
This commit is contained in:
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user