<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LabVIEW &amp; Jenkins Batch File Build Process - Getting Started in Continuous Integration</title>
    <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526248#M56</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting up Jenkins with SVN is the same process as any other SCM. If you're using the latest Jenkins, I believe it comes with SVN, otherwise you'd download the subversion plug-in using the process I describe in the getting started guide. If it installed, you'll see Subversion as an option in your SCM section of the Jenkins job and you can configure it appropriately:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" alt="Capture.png" src="http://forums.ni.com/legacyfs/online/192825_Capture.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the Autobuild.csv settings, it depends on what you want to do, I recommend re-reading the Autobuild.csv section of the getting started guide. If you have more questions, let's move this to a general discussion thread &lt;A _jive_internal="true" href="https://ni.lithium.com/thread/36737"&gt;here&lt;/A&gt;. If you haven't already, I'd also recommend you do some reading on the &lt;A href="https://jenkins-ci.org/"&gt;Jenkins page&lt;/A&gt; to better familiarize yourself with Jenkins. Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2015 16:57:31 GMT</pubDate>
    <dc:creator>Ryan_S</dc:creator>
    <dc:date>2015-09-10T16:57:31Z</dc:date>
    <item>
      <title>LabVIEW &amp; Jenkins Batch File Build Process - Getting Started</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526242#M50</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This document is meant as a starting guide to using the batch file process described in my NI Week presentation, Continuous Integration with Jenkins and LabVIEW available &lt;A _jive_internal="true" href="https://ni.lithium.com/docs/DOC-43639"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created this document as I was setting up a new Jenkins system so it should have everything but if something seems vague or missing please let me know and I'll address it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 23:22:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526242#M50</guid>
      <dc:creator>Ryan_S</dc:creator>
      <dc:date>2015-09-04T23:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW &amp; Jenkins Batch File Build Process - Getting Started</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526243#M51</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Autobuild.csv file has to be called in which location of Jenkins or folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 07:06:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526243#M51</guid>
      <dc:creator>Senthil_Prakash</dc:creator>
      <dc:date>2015-09-08T07:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW &amp; Jenkins Batch File Build Process - Getting Started</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526244#M52</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The build.bat file expects Autobuild.csv to be at the root of your SCC repo. Examples of this can be found in our GitHub repo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://github.com/NIVeriStandAdd-Ons/J1939-Custom-Device" target="_blank"&gt;https://github.com/NIVeriStandAdd-Ons/J1939-Custom-Device&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://github.com/NIVeriStandAdd-Ons/Engine-Simulation-Toolkit-Custom-Device" target="_blank"&gt;https://github.com/NIVeriStandAdd-Ons/Engine-Simulation-Toolkit-Custom-Device&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://github.com/NIVeriStandAdd-Ons/Scan-Engine-Custom-Device" target="_blank"&gt;https://github.com/NIVeriStandAdd-Ons/Scan-Engine-Custom-Device&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll notice that in each of the above repos, there is an Autobuild.csv file in the root of the repo that contains the commands to be executed. Abstracting the build process to the csv file in the repo is what makes this process powerful. Let me know if that doesn't answer your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 14:35:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526244#M52</guid>
      <dc:creator>Ryan_S</dc:creator>
      <dc:date>2015-09-08T14:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW &amp; Jenkins Batch File Build Process - Getting Started</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526245#M53</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using svn can I do without github&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:02:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526245#M53</guid>
      <dc:creator>Senthil_Prakash</dc:creator>
      <dc:date>2015-09-08T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW &amp; Jenkins Batch File Build Process - Getting Started</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526246#M54</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely, you can use any SCM that Jenkins supports (SVN being among them) and I've used SVN for several of my projects. The github repos were meant purely as an example of repos that we build on our Jenkins server, and what their csv files look like. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have more questions about setting up a system, go ahead and start a discussion thread in this group. That way we can keep this section as general comments/questions on the getting started doc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:08:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526246#M54</guid>
      <dc:creator>Ryan_S</dc:creator>
      <dc:date>2015-09-08T15:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW &amp; Jenkins Batch File Build Process - Getting Started</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526247#M55</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May u explain setting up with SVN in a local folder to get the things and Autobuild.csv settings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:14:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526247#M55</guid>
      <dc:creator>Senthil_Prakash</dc:creator>
      <dc:date>2015-09-08T15:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW &amp; Jenkins Batch File Build Process - Getting Started</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526248#M56</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting up Jenkins with SVN is the same process as any other SCM. If you're using the latest Jenkins, I believe it comes with SVN, otherwise you'd download the subversion plug-in using the process I describe in the getting started guide. If it installed, you'll see Subversion as an option in your SCM section of the Jenkins job and you can configure it appropriately:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" alt="Capture.png" src="http://forums.ni.com/legacyfs/online/192825_Capture.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the Autobuild.csv settings, it depends on what you want to do, I recommend re-reading the Autobuild.csv section of the getting started guide. If you have more questions, let's move this to a general discussion thread &lt;A _jive_internal="true" href="https://ni.lithium.com/thread/36737"&gt;here&lt;/A&gt;. If you haven't already, I'd also recommend you do some reading on the &lt;A href="https://jenkins-ci.org/"&gt;Jenkins page&lt;/A&gt; to better familiarize yourself with Jenkins. Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 16:57:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526248#M56</guid>
      <dc:creator>Ryan_S</dc:creator>
      <dc:date>2015-09-10T16:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW &amp; Jenkins Batch File Build Process - Getting Started</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526249#M57</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="jive-image" alt="New Bitmap Image.png" src="http://forums.ni.com/legacyfs/online/192883_New Bitmap Image.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 10:00:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526249#M57</guid>
      <dc:creator>Senthil_Prakash</dc:creator>
      <dc:date>2015-09-14T10:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW &amp; Jenkins Batch File Build Process - Getting Started</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526250#M58</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See my response &lt;A _jive_internal="true" href="https://ni.lithium.com/thread/36737"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 14:53:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3526250#M58</guid>
      <dc:creator>Ryan_S</dc:creator>
      <dc:date>2015-09-17T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW &amp; Jenkins Batch File Build Process - Getting Started</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3546680#M102</link>
      <description>&lt;P&gt;unfortunately I cannot download the doc. Something is broken. Can anybody provide the latest getting started guide of Ryan? I currently stuck with the port 8080&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 17:15:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3546680#M102</guid>
      <dc:creator>tiefeand</dc:creator>
      <dc:date>2016-11-23T17:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW &amp; Jenkins Batch File Build Process - Getting Started</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3776975#M181</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two months back, we started LabVIEW Jenkins CI automation. Now currently we running into an issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happening is the the following:&lt;/P&gt;
&lt;P&gt;1. I trigger the build and the source update via AccuRev(No problem).&lt;/P&gt;
&lt;P&gt;2.Build.bat executes, it is hanging there only until we abort. But it is working fine in the local server.&lt;/P&gt;
&lt;P&gt;Yesterday we changed the Jenkins user account, after that it worked fine for two builds and then again the same above issue came back, it is hanging in Jenkins, but it working in the windows server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I observed that, when I build locally in the server in the the task manager LabVIEW use 25% CPU and&amp;nbsp; 10 lakh kb memory, but when I trigger throw Jenkins at one point CPU % went to 0 and memory is hanging 1 ***** digit KB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be great, if you can help on this. we get stucked her. Please help us.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 07:52:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3776975#M181</guid>
      <dc:creator>Gopi_123</dc:creator>
      <dc:date>2018-04-05T07:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW &amp; Jenkins Batch File Build Process - Getting Started</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3881342#M225</link>
      <description>&lt;P&gt;I have a customer that is in writing each instruction line in the autobuild.csv . He is using some FPGA builds and is having issues writing the instruction line.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;He has tried various forms of LabVIEW.project&amp;lt;TAB&amp;gt;FPGA Target&amp;lt;TAB&amp;gt;FPGA build&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the correct way of writing the instruction line when using FPGA builds?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 22:06:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/LabVIEW-Jenkins-Batch-File-Build-Process-Getting-Started/m-p/3881342#M225</guid>
      <dc:creator>iradovanovic</dc:creator>
      <dc:date>2019-01-11T22:06:29Z</dc:date>
    </item>
  </channel>
</rss>

