pipeline {
agent {
node {
label 'jenkins-esxi-slave'
}
stages {
stage('Build') {
steps {
echo 'Building..'
stage('Test') {
echo 'Testing..'
stage('Deploy') {
echo 'Deploying....'