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

This commit is contained in:
2023-11-20 20:55:01 +03:00
parent a6151fb01e
commit 11c0b4f369

View File

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