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

View File

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