Test Jenkins agent

nginx_conf
Nicolas Arenas 2024-09-30 14:16:19 +02:00 committed by Nicolas Arenas
parent 827185bd40
commit 43ad8b3a24
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
pipeline { pipeline {
agent any agent {
node {
label 'jenkins-esxi-slave'
}
}
stages { stages {
stage('Build') { stage('Build') {
steps { steps {