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

This commit is contained in:
2023-11-21 17:53:32 +03:00
parent 754ae67714
commit 8b8833cd2b
2 changed files with 9 additions and 9 deletions

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') {