CI/CD fix
parent
a6151fb01e
commit
11c0b4f369
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue