From 89c49ec639a34d2e38cf54101517d8ae23b6f324 Mon Sep 17 00:00:00 2001 From: Donovan Buck Date: Thu, 21 Mar 2019 13:03:25 -0500 Subject: [PATCH] Build 2017-2019 (#8) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 28fac18..392e19d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ //Leave the above line alone. It identifies this as a groovy script. @Library('vs-build-tools') _ -def lvVersions = ['2017', '2018'] +def lvVersions = ['2017', '2018', '2019'] ni.vsbuild.PipelineExecutor.execute(this, 'veristand', lvVersions) diffPipeline(lvVersions[0])