Skip to content

Commit

Permalink
Add dependency build
Browse files Browse the repository at this point in the history
  • Loading branch information
buckd committed Apr 29, 2019
1 parent 6669d2c commit f1d1ceb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

List<String> lvVersions = ['2016', '2017', '2018']

ni.vsbuild.PipelineExecutor.execute(this, lvVersions)
List<String> dependencies = ['testbuild-deps']

ni.vsbuild.PipelineExecutor.execute(this, lvVersions, dependencies)

0 comments on commit f1d1ceb

Please sign in to comment.