Tomcat VS Windows Service

2018-01-02 Thread louwho
We have a couple of different build systems, using Jenkins on Windows Servers. Older versions (Jenkins 1.5, 1.6). On one of the projects they are creating a new build system, using the latest Jenkins, and installed Jenkins to run on Tomcat. They did this because that is the way that the old

Upgrade Jenkins, or not ?

2017-08-23 Thread louwho
Off and on, I have touched upon Jenkins. My expertise is InstallShield development, with some Release engineering. Anyway, new project, taking over the Jenkins build system also. Current Jenkins version is 1.609.3, the Jenkins LTS is now 2.6.03. Putting aside (for now), the old adage of 'i

Re: Windows Jenkins Service, how to determine if 2nd job should be started?

2012-06-28 Thread louwho
that was created, I do not wish this to happen. Again, I wish I could prevent this post build step from happening. When I look at the console output of the second job On Tuesday, June 26, 2012 10:07:18 AM UTC-4, louwho wrote: > The first job does a MSBuild of the binaries, and then commits them i

Re: Windows Jenkins Service, how to determine if 2nd job should be started?

2012-06-28 Thread louwho
, louwho wrote: > The first job does a MSBuild of the binaries, and then commits them into a > SVN repository that the second job will pull from. The second job uses the > stand alone (command line), build of Installshield. This second job can > either be manually started by someo

Re: Windows Jenkins Service, how to determine if 2nd job should be started?

2012-06-26 Thread louwho
On Tuesday, June 26, 2012 10:07:18 AM UTC-4, louwho wrote: > > The first job does a MSBuild of the binaries, and then commits them into a > SVN repository that the second job will pull from. The second job uses the > stand alone (command line), build of Installshield. This secon

Windows Jenkins Service, how to determine if 2nd job should be started?

2012-06-26 Thread louwho
The first job does a MSBuild of the binaries, and then commits them into a SVN repository that the second job will pull from. The second job uses the stand alone (command line), build of Installshield. This second job can either be manually started by someone using the dashboard, or, when the

Re: Jenkins as a Windows service

2012-06-21 Thread louwho
service on the VM, from any other system. Nat shared the IP address and MAC address of the host system, Bridged uses the physical network adaptor of the host system. Live and learn. On Thursday, June 14, 2012 5:50:55 PM UTC-4, louwho wrote: > Is there (or should there be), a seperate forum\gr

Re: Jenkins as a Windows service

2012-06-19 Thread louwho
I must not have stated the previous message correctly. When logged on to the host machine, I can use the web interface to access the Jenkins service on the VM...but I cannot do this from any other system. On Thursday, June 14, 2012 5:50:55 PM UTC-4, louwho wrote: > Is there (or should th

Re: Jenkins as a Windows service

2012-06-19 Thread louwho
not blocked. The lack of access from any other system indicates that this is related to the corp security policies. On Thursday, June 14, 2012 5:50:55 PM UTC-4, louwho wrote: > Is there (or should there be), a seperate forum\group\whatever for those > who have questions regarding J

Re: Jenkins as a Windows service

2012-06-18 Thread louwho
As I mentioned in my previous posting, (using Internet Explorer), I could not connect. On Thursday, June 14, 2012 5:50:55 PM UTC-4, louwho wrote: > Is there (or should there be), a seperate forum\group\whatever for those > who have questions regarding Jenkins installed as a windows S

Re: Jenkins as a Windows service

2012-06-18 Thread louwho
ht want to kick off one of the build jobs rather wait for it's scheduled time. They do not have access to system 'A'. From their own systems, how can they do this without being logged onto system 'A'? On Thursday, June 14, 2012 5:50:55 PM UTC-4, louwho wrote:

Re: Jenkins as a Windows service

2012-06-18 Thread louwho
Is there no way to monitor Jenkins from another Windows system? On Thursday, June 14, 2012 5:50:55 PM UTC-4, louwho wrote: > Is there (or should there be), a seperate forum\group\whatever for those > who have questions regarding Jenkins installed as a windows Service? Also, > i

Re: Jenkins as a Windows service

2012-06-15 Thread louwho
ted to the services that I might need to change? On Thursday, June 14, 2012 5:50:55 PM UTC-4, louwho wrote: > Is there (or should there be), a seperate forum\group\whatever for those > who have questions regarding Jenkins installed as a windows Service? Also, > is there a plugin (to be ins

Re: Jenkins as a Windows service

2012-06-15 Thread louwho
I want to monitor and kick off builds from Windows systems other than the Windows build system that the Jenkins service is installed on. Is this possible to do using the web? If not is there a Plugin, or what? How to handle security? On Thursday, June 14, 2012 5:50:55 PM UTC-4, louwho wrote

Jenkins as a Windows service

2012-06-14 Thread louwho
Is there (or should there be), a seperate forum\group\whatever for those who have questions regarding Jenkins installed as a windows Service? Also, is there a plugin (to be installed on a windows system) for monitoring Jenkins jobs? I understand that CCTray can be used, but it only monitors (

Re: New guy questions

2012-06-11 Thread louwho
ere are plenty of wiki pages that you can use as reference > > Sent from my Windows Phone > -- > From: louwho > Sent: 6/5/2012 5:46 PM > To: jenkinsci-users@googlegroups.com > Subject: Re: New guy questions > > How do you move steps around,

Re: New guy questions

2012-06-07 Thread louwho
t; > Sent from my Windows Phone > ------ > From: louwho > Sent: 6/5/2012 5:46 PM > To: jenkinsci-users@googlegroups.com > Subject: Re: New guy questions > > How do you move steps around, edit a config file, which one? Are there > any examples o

Re: New guy questions

2012-06-07 Thread louwho
l put it this way, anything you can do from the command line you can > do in Jenkins. There are plenty of wiki pages that you can use as reference > > Sent from my Windows Phone > ------ > From: louwho > Sent: 6/5/2012 5:46 PM > To: jenkinsci-users@google

Re: New guy questions

2012-06-07 Thread louwho
command line you can > do in Jenkins. There are plenty of wiki pages that you can use as reference > > Sent from my Windows Phone > ------ > From: louwho > Sent: 6/5/2012 5:46 PM > To: jenkinsci-users@googlegroups.com > Subject: Re: New guy que

Re: New guy questions

2012-06-06 Thread louwho
5, 2012 9:33:08 PM UTC-4, slide wrote: > I'll put it this way, anything you can do from the command line you can > do in Jenkins. There are plenty of wiki pages that you can use as reference > > Sent from my Windows Phone > ------ > From: louwho &

Re: New guy questions

2012-06-05 Thread louwho
;if" statements in, like "don't do the batch cmd steps if there are no changes"? How to set up SMTP email, the example in the book (page 79), does not seem to work (using our smtp email account). On Monday, June 4, 2012 8:11:03 PM UTC-4, louwho wrote: > > New to CI. Tri

New guy questions

2012-06-04 Thread louwho
New to CI. Tried Cruisecontrol.net, very hard to figure everything out. Is there a file behind the scenes in Jenkins, like the ccnet.config file in CCnet? I am using this as a service on Windows. We have VB.net and C++ projects. I can use MSBuild for the VB stuff, but msbuild does not work