<?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: The LabVIEW Continuous Integration Project in Continuous Integration</title>
    <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536711#M97</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all many thanks for your great job nevertheless it looks a bit raw &lt;IMG src="http://forums.ni.com/legacyfs/online/emoticons/wink.png" /&gt; And now to the problems &lt;IMG src="http://forums.ni.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few words about my configuration. Jenkins is running on a Linux machine so Alfred node is running on a Windows VM. All plugins and packages were eventually installed without an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when I'm trying to build a Jenkins Project from another Windows VM it says: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Error 5242 occurred at Jenkins - Run Script.vi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible reason(s): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Timeout Error.&amp;nbsp; Jenkins was not responsive.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Complete call chain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jenkins - Run Script.vi&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jenkins Builder.lvclass:Read from Property Bag.vi&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serializable Node.lvclass:To Serial Form.vi:3170001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CI Project.lvclass:To Serial Form.vi:3170001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CI Serializer.lvclass:Serialize.vi&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Configuration Tool.lvlib:Build.vi&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Configuration Tool.lvlib:CI Project Builder.vi&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can confirm that Jenkins is available from this machine. Moreover, looking into the code of Jenkins - Get Job number.vi I guess I've found out the real problem: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;HTTP ERROR 404&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem accessing /job/Build-Scripts/job/BuildScript-FolderCreation/lastBuild/buildNumber. Reason: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Not Found&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed, there is no such relative address like &lt;STRONG&gt;.../job/Build-Scripts/... &lt;/STRONG&gt;on my Jenkins server! Do you have any suggestions on what could be the problem? Is it something that Job DSL plugin is responsible for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any additional info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 14:55:21 GMT</pubDate>
    <dc:creator>endeavor</dc:creator>
    <dc:date>2016-09-21T14:55:21Z</dc:date>
    <item>
      <title>The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536673#M59</link>
      <description>&lt;P&gt;We are pleased to (finally) announce the initial release of the LabVIEW Continuous Integration Project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Software developers have long understood the benefits continuouse integration provides, including early warning of broken code or conflicting changes, automatic regression testing for all changes, and constant access to a current stable build.&amp;nbsp; But the barrier to entry has been too high for most LabVIEW Developers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We hope to change that with this project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The project consists of two components:&amp;nbsp; a web service that allows Jenkins to&amp;nbsp; perform jobs in the LabVIEW space, and a LabVIEW tool to configure those jobs.&amp;nbsp; The former runs on a build server, most likely co-located with your Jenkins server.&amp;nbsp; The latter is installed with LabVIEW on your development machines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This first release supports three types of jobs:&lt;/P&gt;
&lt;OL&gt;
&lt;LI style="text-align: start;"&gt;An initialize job that kicks off the build.&amp;nbsp; You can configure this step to perform source code synchronizations.&lt;/LI&gt;
&lt;LI style="text-align: start;"&gt;A LabVIEW build job that will run any LabVIEW build specification.&lt;/LI&gt;
&lt;LI style="text-align: start;"&gt;A Run VI job that will run a VI.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="text-align: start;"&gt;Your build artifacts are stored in Jenkins, as with any other Jenkins build step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="text-align: start;"&gt;Both the web service and CI Builder components are extensible frameworks.&amp;nbsp; You can easily add new job types, and we have several in mind, including VI Tester and VI Analyzer jobs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="text-align: start;"&gt;This project is very much a work in progress.&amp;nbsp; We welcome your complaints, bug reports, and feature requests.&amp;nbsp; We'll take compliments, too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="text-align: start;"&gt;The source code was written in LabVIEW 2014, but should compile and run in later versions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="text-align: start;"&gt;You will need to download and install the Launch Remote Actors package, found here:&amp;nbsp; &lt;A href="https://ni.lithium.com/thread/15919" target="_blank"&gt;Introducing remote launch for Actors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will also need to download and install the Configuration Editor Framework (CEF), revision 2.1.1.105 or later, before installing the CI Builder.&amp;nbsp; CEF is available through the LabVIEW Tools Network.&amp;nbsp; In VI Package Manager, search the "All" or "Not Installed" packages lists for "Configuration Editor Framework."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be sure to download and read the documentation, which includes instructions for installation and configuration.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 23:54:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536673#M59</guid>
      <dc:creator>justACS</dc:creator>
      <dc:date>2017-03-08T23:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536674#M60</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Went through the documentation, haven't installed anything yet, so I'm wondering if this also works with my "cheap setup" where Jenkins is running as a service on my development machine&amp;nbsp; using my VLA license while I'm not using LabVIEW (which happens from time to time... &lt;IMG src="http://forums.ni.com/legacyfs/online/emoticons/plain.png" /&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 06:59:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536674#M60</guid>
      <dc:creator>Oli_Wachno</dc:creator>
      <dc:date>2016-01-26T06:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536675#M61</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I came as far as this:&lt;/P&gt;&lt;P&gt;Buld Server.vi gives me an error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" alt="tes.png" src="http://forums.ni.com/legacyfs/online/195985_tes.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems the VI can't find Installation\Volume\setup.exe since the subfolder is non existent in the project folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 15:17:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536675#M61</guid>
      <dc:creator>Oli_Wachno</dc:creator>
      <dc:date>2016-01-26T15:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536676#M62</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At a guess, the folder wasn't created due to an access rights issue.&amp;nbsp; Be sure you have write access to the LabVIEW Continuous Integration folder - don't just check to see if the folder is marked read/write, but that your account has full access.&amp;nbsp; It may also be necessary to run LabVIEW as an administrator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 16:36:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536676#M62</guid>
      <dc:creator>justACS</dc:creator>
      <dc:date>2016-01-26T16:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536677#M63</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have retried, but no change unfortunately. &lt;/P&gt;&lt;P&gt;I have started VIPM explicitely as Admin and kinda opened up the LabVIEW Continouos Integration folder. But it seems, the Installer subdir is not copied. Other subfolders have been created:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" height="322" alt="tes.png" src="http://forums.ni.com/legacyfs/online/196035_tes.png" width="725" /&gt;Thanks for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 09:50:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536677#M63</guid>
      <dc:creator>Oli_Wachno</dc:creator>
      <dc:date>2016-01-27T09:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536678#M64</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The installer subdirectory gets created one level up, in the LabVIEW Continuous Integration folder.&amp;nbsp; It gets created as part of the build process,&amp;nbsp; When I have seen this error on our test installations, it was because I did not have access rights to the LVCI folder.&amp;nbsp; You can set those rights by opening Windows Explorer, navigating to (in this case) the National Instruments folder, right clicking on it, and selecting properties.&amp;nbsp; Go to the Security tab, and see what the access rights are for users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" alt="Untitled.png" src="http://forums.ni.com/legacyfs/online/196054_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Users" should have full control of the folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can bypass all of this by running &lt;STRONG&gt;LabVIEW&lt;/STRONG&gt; as an administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're still struggling with the installer experience.&amp;nbsp; Part of the issue is that, for a lot of reasons, we really do want you to build your own CI Server executable.&amp;nbsp; Hopefully, we'll be able to get to something less fiddly in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 15:33:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536678#M64</guid>
      <dc:creator>justACS</dc:creator>
      <dc:date>2016-01-27T15:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536679#M65</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I explicitely started LabVIEW as Admin and here we go.&lt;/P&gt;&lt;P&gt;Now I'm getting another error&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" height="449" alt="tes.png" src="http://forums.ni.com/legacyfs/online/196043_tes.png" width="298" /&gt;&lt;/P&gt;&lt;P&gt;But as far as I have found out, there seems to be an issue with my AF in the vi.lib... still investigating&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't bother about the installer experience! I'm happy to serve as worst case tester &lt;IMG src="http://forums.ni.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 15:50:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536679#M65</guid>
      <dc:creator>Oli_Wachno</dc:creator>
      <dc:date>2016-01-27T15:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536680#M66</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Oli_Wachno wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;P&gt;&lt;/P&gt;&lt;DIV class="jive-rendered-content"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't bother about the installer experience! I'm happy to serve as worst case tester &lt;IMG src="http://forums.ni.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And we thank you for that.&amp;nbsp; &lt;IMG src="http://forums.ni.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More seriously, we can explore moving the LVCI folder somewhere else (other than your application folder), and see how that works.&amp;nbsp; There may be some challenges with making sure everything points to the right place, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 15:57:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536680#M66</guid>
      <dc:creator>justACS</dc:creator>
      <dc:date>2016-01-27T15:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536681#M67</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So... here is my "I am still working on it" message for the day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have fixed the Actor Framwork within my vi.lib .... et voila.... the service can be installed successfully &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Things I stumbled over:&lt;/P&gt;&lt;P&gt;- Don't use localhost instead of an explicit IP adress when running on the same computer&lt;/P&gt;&lt;P&gt;- if user management has been configured on Jenkins, connecting to it as user annonymus will fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm working on:&lt;/P&gt;&lt;P&gt;The test project does run successfully but the artifact handling causes the build to fail eventually.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;ERROR: Keine Artefakte gefunden, die mit dem Dateisuchmuster "*" übereinstimmen. Ein Konfigurationsfehler?&lt;/P&gt;&lt;P&gt;&lt;A class="lowkey" href="http://stacktrace.jenkins-ci.org/search?query=ERROR"&gt;ERROR&lt;/A&gt;: '*' liefert keine Übereinstimmung.&lt;/P&gt;&lt;P&gt;Build step 'Artefakte archivieren' changed build result to FAILURE&lt;/P&gt;&lt;P&gt;Finished: FAILURE&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Sth like: No artifacts found matching pattern "*".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guess this is still a configuration error on my Jenkins.... I keep searching&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 13:31:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536681#M67</guid>
      <dc:creator>Oli_Wachno</dc:creator>
      <dc:date>2016-01-28T13:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536682#M68</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Oli_Wachno wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;P&gt;&lt;/P&gt;&lt;DIV class="jive-rendered-content"&gt;&lt;P&gt;Things I stumbled over:&lt;/P&gt;&lt;P&gt;- Don't use localhost instead of an explicit IP adress when running on the same computer&lt;/P&gt;&lt;P&gt;- if user management has been configured on Jenkins, connecting to it as user annonymus will fail.&lt;/P&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's good feedback, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class="jive-rendered-content"&gt;&lt;P&gt;What I'm working on:&lt;/P&gt;&lt;P&gt;The test project does run successfully but the artifact handling causes the build to fail eventually.&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;ERROR: Keine Artefakte gefunden, die mit dem Dateisuchmuster "*" übereinstimmen. Ein Konfigurationsfehler?&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://stacktrace.jenkins-ci.org/search?query=ERROR" target="_blank"&gt;ERROR&lt;/A&gt;: '*' liefert keine Übereinstimmung.&lt;/P&gt;&lt;P&gt;Build step 'Artefakte archivieren' changed build result to FAILURE&lt;/P&gt;&lt;P&gt;Finished: FAILURE&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Sth like: No artifacts found matching pattern "*".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't speak German.&amp;nbsp; Google translates this as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="almost_half_cell" id="gt-res-content"&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;No&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;artifacts&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;found&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;"&lt;/SPAN&gt;*" &lt;SPAN class="hps"&gt;to match the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;search string&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;file&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;A configuration error&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;DIV dir="ltr"&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps atn"&gt;'&lt;/SPAN&gt;*&lt;SPAN&gt;' Returns&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;no match&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV dir="ltr"&gt; &lt;/DIV&gt;&lt;DIV dir="ltr"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;Is that correct?&amp;nbsp; Do you have full access to the workspace directory?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV dir="ltr"&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 16:43:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536682#M68</guid>
      <dc:creator>justACS</dc:creator>
      <dc:date>2016-01-28T16:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536683#M69</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I have followed all the instructions and now I am up to the point where I am trying to build the CI Project (page 9 of the PDF).&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" alt="Untitled.png" src="http://forums.ni.com/legacyfs/online/196099_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 21:11:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536683#M69</guid>
      <dc:creator>Terry_ALE</dc:creator>
      <dc:date>2016-01-28T21:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536684#M70</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you restart Jenkins, as described on the previous page?&amp;nbsp; Jenkins doesn't see the build scripts right away; a restart is required. The hostname is correct?&amp;nbsp; (It wants an IP address, not "localhost".)&amp;nbsp; Is your Alfred node running (see page 5)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the things that have tripped me up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 21:24:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536684#M70</guid>
      <dc:creator>justACS</dc:creator>
      <dc:date>2016-01-28T21:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536685#M71</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did restart Jenkins and hostname is correct (IP address and Port).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I skipped the Alfred node since it was optional, going to do that step now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 22:05:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536685#M71</guid>
      <dc:creator>Terry_ALE</dc:creator>
      <dc:date>2016-01-28T22:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536686#M72</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we're learning it's not optional.&amp;nbsp; Brandyn can comment on that when he gets back.&amp;nbsp; (He's OOO this week.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The documentation will be updated on the next pass.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 22:08:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536686#M72</guid>
      <dc:creator>justACS</dc:creator>
      <dc:date>2016-01-28T22:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536687#M73</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you guys have any guidance on what it would take for me to migrate/port this Project to Bamboo?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;We use Bamboo because it links into really nicely with our other development management tools.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I was looking for some direction as I was planning on digging through this project this weekend to find pieces I could use.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any feedback or guidance was be greatly appreciated.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 22:34:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536687#M73</guid>
      <dc:creator>scaylor</dc:creator>
      <dc:date>2016-01-28T22:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536688#M74</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was going to be my next question, since we use jira/confluence/hipchat, bamboo is what we ultimately will go with!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 23:17:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536688#M74</guid>
      <dc:creator>Terry_ALE</dc:creator>
      <dc:date>2016-01-28T23:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536689#M75</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked, though I cannot get Alfred to run as a service, the build worked!&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd say Alfred is definitely required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 23:17:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536689#M75</guid>
      <dc:creator>Terry_ALE</dc:creator>
      <dc:date>2016-01-28T23:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536690#M76</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We haven't looked closely at Bamboo, as most of the experience in the ASE group at NI is with Jenkins (we like free tools as much as the next guy).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, will Bamboo talk to a web service?&amp;nbsp; If so, then it should be able to use the CI Server.&amp;nbsp; You would not have the CI Project Builder, though, as it invokes Jenkins builds scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is an equivalent capability in Bamboo, the project builder could be modified to support it.&amp;nbsp; That tool is going to get a rework at some point, at which time, I will see what we can do to parameterize build script invocation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the Bamboo users weigh in?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 23:40:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536690#M76</guid>
      <dc:creator>justACS</dc:creator>
      <dc:date>2016-01-28T23:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536691#M77</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;niACS schrieb:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;P&gt;&lt;/P&gt;&lt;DIV class="jive-rendered-content"&gt;&lt;P&gt;I think we're learning it's not optional.&amp;nbsp; Brandyn can comment on that when he gets back.&amp;nbsp; (He's OOO this week.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The documentation will be updated on the next pass.&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Once the job is created on&amp;nbsp; Jenkins (and you get above error) you can modify it to run on a different node.&lt;/P&gt;&lt;P&gt;USed to have the same issue, since Alfred would not start on my Jenkins&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 05:10:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536691#M77</guid>
      <dc:creator>Oli_Wachno</dc:creator>
      <dc:date>2016-01-29T05:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: The LabVIEW Continuous Integration Project</title>
      <link>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536692#M78</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;What Source Code Control did you guys use for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Having a hard time with SVN, would be good to get more insight into configuring SCC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried most combinations I could think of, must be missing something obvious.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 05:17:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Continuous-Integration/The-LabVIEW-Continuous-Integration-Project/m-p/3536692#M78</guid>
      <dc:creator>Terry_ALE</dc:creator>
      <dc:date>2016-01-29T05:17:15Z</dc:date>
    </item>
  </channel>
</rss>

