[nostalgia] Add agent to Jenkinsfile

This commit is contained in:
Gary Talent 2019-10-22 23:56:05 -05:00
parent 0a809037ac
commit 9147a91cc0

1
Jenkinsfile vendored
View File

@ -1,4 +1,5 @@
pipeline {
agent any
stages {
stage('Build') {
steps {