Fix agent

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

View File

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