fix
Hedgehog_server_CI/ServerMonitorBot/pipeline/head There was a failure building this commit Details
Hedgehog_server_CD/ServerMonitorBot/pipeline/head This commit looks good Details

pull/31/head
L_DelOff 2023-11-21 17:53:32 +03:00
parent 754ae67714
commit 8b8833cd2b
2 changed files with 9 additions and 9 deletions

View File

@ -7,11 +7,11 @@ pipeline {
}
environment {
SSH_HOST = credentials('SSH_HOST')
SSH_PORT = credentials('SSH_PORT')
SSH_USER = credentials('SSH_USER')
SSH_PASS = credentials('SSH_PASS')
PATH_TO_DEV_FOLDER = credentials('PATH_TO_DEV_FOLDER')
SSH_HOST = credentials('ROCK_PI_5_SSH_HOST')
SSH_PORT = credentials('ROCK_PI_5_SSH_PORT')
SSH_USER = credentials('ROCK_PI_5_SSH_USER')
SSH_PASS = credentials('ROCK_PI_5_SSH_PASS')
PATH_TO_DEV_FOLDER = credentials('SERVERMONITORBOT_PATH_TO_DEV_FOLDER')
IMAGE_NAME = 'servermonitorbot'
IMAGE_VERSION = 'latest'
}

View File

@ -6,10 +6,10 @@ pipeline {
}
}
environment {
SSH_HOST = credentials('SSH_HOST')
SSH_PORT = credentials('SSH_PORT')
SSH_USER = credentials('SSH_USER')
SSH_PASS = credentials('SSH_PASS')
SSH_HOST = credentials('ROCK_PI_5_SSH_HOST')
SSH_PORT = credentials('ROCK_PI_5_SSH_PORT')
SSH_USER = credentials('ROCK_PI_5_SSH_USER')
SSH_PASS = credentials('ROCK_PI_5_SSH_PASS')
}
stages {
stage('Build') {