Target only the web host node in order to deploy.
@@ -1,7 +1,7 @@
#!/usr/bin/env groovy
pipeline {
- agent { label 'linux' }
+ agent { label 'prod' }
stages {
stage('Intro') {
steps {