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

pull/31/head
L_DelOff 2023-11-20 20:55:01 +03:00
parent a6151fb01e
commit 11c0b4f369
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ pipeline {
SSH_USER = credentials('SSH_USER') SSH_USER = credentials('SSH_USER')
SSH_PASS = credentials('SSH_PASS') SSH_PASS = credentials('SSH_PASS')
PATH_TO_DEV_FOLDER = credentials('PATH_TO_DEV_FOLDER') PATH_TO_DEV_FOLDER = credentials('PATH_TO_DEV_FOLDER')
IMAGE_NAME = servermonitorbot IMAGE_NAME = 'servermonitorbot'
IMAGE_VERSION = latest IMAGE_VERSION = 'latest'
} }
stages { stages {