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])