CI/CD fix
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user