From 46bd64124bf12cf7fe75b53ea2e380841dad8e71 Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Mon, 11 Mar 2019 09:48:01 -0500 Subject: [PATCH] Enable builds for 2017, 2018, post builds to more permanent location. Enable diffing. (#7) * Enable 2017, 2018 builds. Enable diffing. * Publish to \\nirvana\Measurements\VeriStandAddons\ * Use first LabVIEW version to diff --- Jenkinsfile | 3 ++- build.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0d6a670..28fac18 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,7 @@ //Leave the above line alone. It identifies this as a groovy script. @Library('vs-build-tools') _ -def lvVersions = ['2018'] +def lvVersions = ['2017', '2018'] ni.vsbuild.PipelineExecutor.execute(this, 'veristand', lvVersions) +diffPipeline(lvVersions[0]) diff --git a/build.toml b/build.toml index 16a66a6..71cd316 100644 --- a/build.toml +++ b/build.toml @@ -1,6 +1,6 @@ [archive] build_output_dir = 'Custom Device Source' -archive_location = '\\nirvana\temp\vs_cds\scan_engine_fxp' +archive_location = '\\nirvana\Measurements\VeriStandAddons\scan_engine_fxp' [projects.fxp] path = 'Source\FXP LLB.lvproj'