Skip to content

Commit

Permalink
Enable builds for 2017, 2018, post builds to more permanent location.…
Browse files Browse the repository at this point in the history
… Enable diffing. (#7)

* Enable 2017, 2018 builds. Enable diffing.

* Publish to \\nirvana\Measurements\VeriStandAddons\

* Use first LabVIEW version to diff
  • Loading branch information
rtzoeller authored Mar 11, 2019
1 parent 96ec550 commit 46bd641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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])
2 changes: 1 addition & 1 deletion build.toml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 46bd641

Please sign in to comment.