Re: Git Plugin - How specify use ssh in "Repository URL" ?

2020-01-22 Thread Ed of the Mountain
Thank you for the advice Mark. I would be fine using 'git clone', except I hate missing the "*Recent Changes*' that I believe was generated because I used the Jenkins git plugin. I will keep working on it. Thanks again. -Ed On Tuesday, January 21, 2020 at 3:12:32 PM UTC-6, Mark Waite wrote:

Re: Under Jenkins SignTool Error "No certificates were found", works fine logged on as user

2016-02-24 Thread Ed of the Mountain
Each slave has it's own USB DigiCert token. - I have multiple Jenkins slaves running on a common virtual machine host. - I have 1 dedicated USB DigiCert token dedicated to the Windows build slave VM - I have a second dedicated USB DigiCert token dedicated to the OS X build sla

Re: Under Jenkins SignTool Error "No certificates were found", works fine logged on as user

2015-08-27 Thread Ed of the Mountain
Solved. Disable jenkins service and replace with slave-agent.jnlp. Yay! I finally have automatic EV code signing! -Ed On Thursday, August 27, 2015 at 9:51:29 AM UTC-5, Ed of the Mountain wrote: > > When I try to code sign in my Jenkins job I receive a SignTool error: > >

Re: Seek tools for text document variable substitution from a key / value input file ?

2015-08-17 Thread Ed of the Mountain
I am developing in using C++ and Qt 5.5. However, the gradle, ant, maven solutions sound interesting. I guess I will need to resort to some sed bash or python scripting to do what I need. Thank you both for the suggestions, -Ed On Monday, August 17, 2015 at 9:24:17 AM UTC-5, walter.kelt wrot

Re: Cloud alternatives for hosting Jenkins + build slaves Windows, OS X, and maybe Linux ? Snapshot capability.

2015-07-02 Thread Ed of the Mountain
work to a cloud provider and sending > company stuff out there is kind of unlikely. > > Just my 2 cents :) > > Richard. > > On Thu, 2 Jul 2015 at 07:09 Ed of the Mountain > wrote: > >> The only reason I want to move to cloud is because my IT department will >>

Re: Cloud alternatives for hosting Jenkins + build slaves Windows, OS X, and maybe Linux ? Snapshot capability.

2015-07-01 Thread Ed of the Mountain
nfra that is based on Cloud > Platform(CP). It is very easy to use, but a bit difficult to build and > maintain. > My Jenkins is on one such VM that is hosted on CP. It works for me well. > > Before moving to cloud, if you the infra, why not use Oracle VirtualBox? > > > > On Thursd

Windows 7 slave-agent.jnlp error: "Unable to launch application" ( FailedDownloadException: Unable to load resource ) ?

2014-08-25 Thread Ed of the Mountain
I am setting up a new Jenkins build server and slaves at my new company. I tried three different methods to launch from slave. I tried disabling Windows 7 firewall. When I use the "Launch" button from browser on slave I get an "Application Error" saying "Unable to launch the application". See

Re: Advice on integrating SonarQube with Jenkins?

2013-10-23 Thread Ed of the Mountain
This may apply to C++ development mostly, but I am hearing that SonarQube may not be well regarded. I suppose I could build similar functionality to the SonarQube C++ Plugin (Community) by installing the listed various external

Advice on integrating SonarQube with Jenkins?

2013-10-18 Thread Ed of the Mountain
Is it best to install SonarQube on same machine as master? The Slave? One instance per OS ? Our system consists of ESXi running the following 5 VMs. - 1 x Jenkins Master ( RHEL5.2) - 3 x Linux Slaves ( RHEL5.2 ) - 1 x Windows 7 Slave I am just getting started with SonarQube in a

Re: How can a Jenkins slave get copy of job config.xml from master to uses as build artifact?

2013-04-29 Thread Ed of the Mountain
I just need to figure out how to lower my Jenkins security so that salves can wget config.xml without other users accidentally messing up job configurations. Or it pass credentials with wget. Thanks again! -Ed > > Ed of the Mountain > April 26, 2013 7:19 PM > What are some app

How can a Jenkins slave get copy of job config.xml from master to uses as build artifact?

2013-04-26 Thread Ed of the Mountain
What are some approaches for a slave to get a copy of a job's *config.xml* configuration files? Builds created on slaves do not have a physical copy of the job's * config.xml*. Located on the Linux Jenkins master at: /var/lib/jenkins/jobs//config.xml My management wants us to add the Jenk

How set java.io.tmpdir=/tmp for Jenkins slave?

2013-01-07 Thread Ed of the Mountain
Is there a way to set system property: java.io.tmpdir=/tmp for a slave? I am launching the slave via SSH. I assume if I can map java.io.tmpdir=/volume1/tmp my problem is solved. My problem is I am running out of /tmp space with a Jenkins slave running on a Synology ARM based NAS which uses t

How make WebSVN rev, file, & diff URLs work with Jenkins WebSVN or WebSVN2 plug-in?

2012-09-28 Thread Ed of the Mountain
I am using WebSVN 2.3.3. Any advice getting this to integrate with Jenkins is much appreciated: * * *Built-in Jenkins WebSVN Support* * * Built-in WebSVN partially works. I configured Jenkins Job WebSVN URL as: *http://fesnaval.fescorp.com/websvn/wsvn/NTI_Battery_Exerciser/trunk/* The built-in

Examples of open source C++ projects with unit testing and reporting?

2012-04-18 Thread Ed of the Mountain
I am seeking an example of what is possible with Jenkins. Preferably a C/C++ project that performs CI and automated unit tests and publishes results. Any links to web sites are appreciated. Especially ones that publish test results and test cases used. I am trying to get a "by example look" of w

Slave on "Vista Home" org.jinterop.dcom.common.JIException (I have read the wiki) ?

2012-04-18 Thread Ed of the Mountain
I have succeeded running slaves on both XP and Windows 7 64-bit. On Vista Home edition I cannot figure out how to get past org.jinterop.dcom.common.JIException. 1 - I have read the wiki. https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM 2 - Disabled the Windows Fir