-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Jenkins files and updating unit tests
- Loading branch information
Showing
26 changed files
with
98 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/usr/bin/env groovy | ||
//Leave the above line alone. It identifies this as a groovy script. | ||
|
||
//Modify the below parameters to match the values for this particular repo | ||
|
||
def utfPaths = ["Trunk\\CEF.lvproj"] | ||
def vipbPaths = ["Trunk\\Configurator Editor Framework.vipb"] | ||
def lvVersion = "14.0" | ||
|
||
//Leave the below line alone. It pulls in the pipeline definition from the DCAF buildsystem repo so we don't duplicate code in every repo | ||
dcafPipeline(utfPaths,vipbPaths,lvVersion) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.