This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node { | |
env.LOGOS_LEVEL = 'DEBUG' | |
def RESULT_FILE = 'validation-result.txt' | |
def PREV_RESULT_FILE = "prev-${RESULT_FILE}" | |
def PREV_PARAM = "--prev-validation-result ${PREV_RESULT_FILE}" | |
def LOCAL_REPO = 'c:/local-repo' | |
def REMOTE_REPO = 'git@remote.repo:project-name/project-name.git' | |
def REPO_BRANCH = 'develop' | |
def PROJECT_PATH = 'c:/local-repo/project-name' | |
stage('Подготовка окружения') { |