09-11-2018
01:37 AM
- last edited on
01-01-2025
10:37 AM
by
Content Cleaner
I have installed Jenkins on my machine.
Created a admin user account.
I need to create a build that will execute my test framework.
I have gone through thehttps://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3IuCAI&l=en-US
NI has given all the teststand setting that is to be done to use with jenkins.
But I stuck at plugins , Which plugins I need to install for TestStand in jenkins?
My project has Teststand and LabVIEW.
I need to execute a test round.
Can any one tell me step to run teststand by using jenkins?
Solved! Go to Solution.
09-11-2018
05:43 PM
- last edited on
01-01-2025
10:38 AM
by
Content Cleaner
That tutorial is mainly to get people over the hurdle of the TestStand setup required for something like this, and not prescribing how to use Jenkins. That's a much bigger topic that I'd suggest reading the links in steps 11 & 13 to understand.... be ready to invest some time in learning this if you want to be successful at it.
As for automating an execution, the command line interface is the easiest option. This is mentioned in one of the related links at the bottom of that tutorial.
There's also a different community group for CI that probably has some useful info:
https://forums.ni.com/t5/Continuous-Integration/gp-p/5035
Hope this helps!
Trent
09-12-2018 03:53 AM
Thank you for the suggestion of command line arguments.
I was also trying same
just I execute that and it is working
now rest jenkins integration is in progress
03-13-2023 08:06 AM
Hi
I am trying to integrate TestStand with Jenkins but I could not find any examples. Can you please provide me some examples just to start with