From 9fce1c6fccb9622d4446a459901483f73e22acaf Mon Sep 17 00:00:00 2001 From: Aldo Hernandez <51335047+Aldo633@users.noreply.github.com> Date: Tue, 13 Oct 2020 15:09:38 -0500 Subject: [PATCH] only build 2019 --- Jenkinsfile | 2 +- build.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6384aee..27f07b7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,6 @@ //Leave the above line alone. It identifies this as a groovy script. @Library('vs-common-build') _ -def lvVersions = ['2020','2019','2018'] +def lvVersions = ['2019'] ni.vsbuild.PipelineExecutor.execute(this, lvVersions) diff --git a/build.toml b/build.toml index 6414cb5..29268c4 100644 --- a/build.toml +++ b/build.toml @@ -49,6 +49,4 @@ install_destination = 'documents\National Instruments\NI VeriStand {veristand_ve [[release.steps]] name = 'Master Release' type = 'githubRelease' -2018_release_branches = ["master",] 2019_release_branches = ["master",] -2020_release_branches = ["master",] \ No newline at end of file