Another fix

develop-jenkins
Nicolas Arenas 2024-10-22 20:20:02 +02:00
parent 9b6a5b487b
commit b2105a6fdb
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
pipeline {
agent jenkins-slave
agent { "jenkins-slave" }
environment {
DOCKER_REGISTRY = "opengnsys"
DOCKER_CREDENTIALS = credentials('DOCKER_HUB_TOKEN')