From af3dc4a4e864cf5df288fb05fc83f19483c52032 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Fri, 19 Aug 2016 13:34:09 -0400 Subject: [PATCH] Fix syntax on jenkins pipeline. --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 66b1dd2..03dd4e1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,12 +1,14 @@ +#!groovy + node('packer') { stage 'Checkout' - # Get the packer-centos-7 repo + // Get the packer-centos-7 repo checkout scm - # Get the ansible-playbooks repo + // Get the ansible-playbooks repo stage 'Validate'