Update agent to run job
oginstaller/pipeline/head This commit looks good Details

move-to-docker
Nicolas Arenas 2024-10-25 14:33:01 +02:00
parent a7b097207b
commit 551a69c82d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline {
agent {
label 'jenkins-slave'
label 'ogAdministrator'
}
stages {
stage('Build') {