VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Installing a custom device using a Jenkinsfile?

Probably a very stupid question, but in several custom devices on GitHub there are "Jenkinsfile" s contained in the .zip file, how do I open these? I assume it's part of an automated build and install process?

an example custom device:

https://github.com/NIVeriStandAdd-Ons/Instrument-Custom-Device-Classes

0 Kudos
Message 1 of 2
(2,338 Views)

larboc,

 

Jenkins is used for autobuilding and testing changes to the custom device repos. The Jenkinsfile is used to tell Jenkins what to build and test.

 

It isn't used at all for installing the custom device, so if you aren't using Jenkins you can just ignore it.

 

-Jordan

Message 2 of 2
(2,310 Views)