Unable to download LTS for windows

2016-10-10 Thread eric wood
The mirror does not seem to be working on this site. I can download the latest windows installer, but I would like to get the LTS. Any idea why it is not functional? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: how do i redirect a 404 error page in jenkins to the login page?

2015-11-03 Thread 'Eric Wood' via Jenkins Users
Further question ... it appears that I can add a section in the jenkins.war web.xml as follows:   404   /jspsnoop/ERROR/404 I don't like have to open the war file and modifying it, but it is unclear is there is another way to customize the error code handling.  I would like to redirect it to

getting 404 when clicking on build output link in email

2015-11-02 Thread Eric Wood
Since I updated to the latest LTS 1.609.2, when I click on build output from an email sent  by the build, I get a 404. Sometimes if I have already authenticated myself it will render the build output page properly.  I'm getting a lot of my clients complaining about this.  The ticket I see is:  

Unable to setup a slave using SSH

2015-09-22 Thread Eric Wood
I'm trying to set up a slave using SSH from a windows 7 server to a linux server.  I get the following error:  ERROR: Unexpected error in launching a slave. This is probably a bug in Jenkins. java.lang.IllegalStateException: Connection is not established! at

Unable to see Build History on job page

2015-08-31 Thread Eric Wood
Something odd is happening.  All of a sudden I can not see build history on any job page.  I have not updated the version of Jenkins. I have tried in both IE and Chrome, but cannot see the list.  I can go to the build "Trend" page and see the history there. I seem to be the other one having the

Re: Unable to see Build History on job page

2015-08-31 Thread Eric Wood
Ok, I missed this one.  At some point I must have collapsed the build history b y selected the "-" minus sign next to it on the job page. My screen was compared to another user's screen and the minus vs. plus for build history was displayed.    On Monday, August 31, 2015 1:3

How do i pass a build number from an upstream job to a downstream job using the build pipeline plugin

2015-07-31 Thread Eric Wood
I have an upstream job that uses the version number plugin to set a build environment variable to something like: 1.0.0.2 I use the Build Pipeline plugin to trigger a downstream job manually and I want to pass this value down the pipeline to use.  I cannot use the parameterized build trigger

maven build failing on slave

2015-07-13 Thread Eric Wood
I have a Maven build that runs fine on the master, but when it runs on the slave it fails.  The pom.xml that drives the maven build has a custom execution statement that appears to use a property setting in the same file.  The file has the following. Is it possible that the slave is not passing

Unable to install ANT on slave

2015-06-01 Thread Eric Wood
I had a slave on a windows box running as a service.  This slave kept failing on an ANT installation with the error: Unpacking http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.zip to E:\tools\jenkins\tools\hudson.tasks.Ant_AntInstallation\1.9.4 on build.03 FATAL: remote file

issues with connecting to ftp server

2015-04-23 Thread Eric Wood
I have installed the latest stable release of Jenkins.  I have configured to connect to an FTP server running on windows 2012 under IIS.  I have configured both the publish over ftp plugin and the publish over ssh plugin to be able to connect to the server. For the ftp plugin I can connect to

Need to build up workspace from multiple GIT branches

2015-04-02 Thread Eric Wood
I need to be able to pull multiple GIT branches and build up a single workspace.  I used the multi-scm plugin to be able to pull from multiple branches as I have to place some of the branches into individual sub-folders.   The issue I have is that scm polling does not work.  It rebuilds

People link and Active Directory groups

2015-03-30 Thread Eric Wood
I use Active Directory for authentication and use role-base strategy for authorization.  As an admin, I can select the People link and see a list of users. If I select the user, I can see a list of all of the active directory groups that the user is a member of.  Individual users do not see

Re: M2 Release Plugin - mask scm password issue

2015-03-30 Thread Eric Wood
try using the masked password plugin.  On Monday, March 30, 2015 12:00 PM, Andreas andreas.man...@gmail.com wrote: Me again My current workaround is to additionally expose the password to the environment by setting SCM password environment variable in the advanced options of

ANT build produces out of mempory on a new installation

2015-03-20 Thread Eric Wood
I just set up a new instance on jenkins and had it pull down an ANT installation  ant 1.9.4. I pulled a job from my old jenkins server and ran it.   It invokes ANT to compile a bunch of java code.  The build fails with an out-of-memory. I started jenkins to run under a 64bit JDK. The java opts

Re: ANT build produces out of mempory on a new installation

2015-03-20 Thread Eric Wood
in the windows native package to support a lowest common denominator.  This should be noted as a caveat for the native package on windows.   On Friday, March 20, 2015 11:56 AM, Eric Wood eric.w...@rocketmail.com wrote: I just set up a new instance on jenkins and had it pull down an ANT

Re: are jenkins groups only part of the enterprise version

2015-03-20 Thread Eric Wood
to anonymous giving global read to all.  then I can control based upon project names.  I have not figured out how to filter based on folders. On Friday, March 20, 2015 1:35 PM, Maciej Jaros mac...@mol.com.pl wrote: Eric Wood (2015-03-19 20:43): I have been trying to set up filtering

are jenkins groups only part of the enterprise version

2015-03-19 Thread Eric Wood
I have been trying to set up filtering on folder using the role-based security and folders plugin in the open source version.  I have been reading about groups and the capability to provided filtering on these, but it is in reference to the enterprise role-based access plugin.  Is this only a

East Coast User's Conference

2015-03-18 Thread Eric Wood
Does anybody know when tickets go on sale?  I have not found the link to purchase yet. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: strange layout of pipeline view

2015-03-18 Thread Eric Wood
I think if you expand your window size the background will align behind the pipeline boxes.  The no small boxes comment, are you referring to the gray boxes that would appear over each column.  If so, then you can select the view configuration and select Show pipeline project headers   

Git plugin to pull a branch into a specific target folder

2015-03-18 Thread Eric Wood
I'm using the GIT plugin to pull a branch of code and want to be able to specify a target folder (the way the SVN plugin does it).  How can I say pull this branch of code ans stick it into a specific target folder? I'm currently using Jenkins 1.554.3 and the 2.2.12 of the GITplugin. -- You

Re: Git plugin to pull a branch into a specific target folder

2015-03-18 Thread Eric Wood
Let me add one additional behavior.  I'm pulling three different branches and need each one to go to a separate target folder. On Wednesday, March 18, 2015 4:19 PM, Eric Wood eric.w...@rocketmail.com wrote: I'm using the GIT plugin to pull a branch of code and want to be able

Re: strange layout of pipeline view

2015-03-18 Thread Eric Wood
The misaligned background only appears on a test version I run that is the 1.580.3 version of jenkins and the 1.4.5 build pipeline plugin.  I run a earlier version of both for production and do not see this issue.  If I expand (maximize) the browser windows on my test pipeline in my test

Re: Git plugin to pull a branch into a specific target folder

2015-03-18 Thread Eric Wood
folder for each one? On Wednesday, March 18, 2015 4:24 PM, Eric Wood eric.w...@rocketmail.com wrote: Let me add one additional behavior.  I'm pulling three different branches and need each one to go to a separate target folder. On Wednesday, March 18, 2015 4:19 PM, Eric Wood

compare a currently archived asset to one built in a Jenkins job

2015-03-03 Thread Eric Wood
I had a situation where a grails build using ivy did not pull in all of the dependencies into a end product .war file.  It took several hours to try and track down what happened.  The .war file is archived with each build.  Is there a way for compare a previously archived asset (size, or

Can I make it so only certain jobs are visable to certain users

2015-02-20 Thread Eric Wood
I've been asked to create a Jenkins instance that would be opened up to several of our clients so they can log in and run jobs that impact only their environment.  I am unaware of how to securely segment jobs so only certain jobs are visible to certain clients.  Internally I use Role-Base

How does the copy artifact plugin determine upstream job with Global Setting?

2015-02-03 Thread Eric Wood
I have a job that copies artifacts from an upstream job.  The job setting in the build steps says: Copy Artifact from another project: upstream job nameWhich Build: Upstream build that triggered this job The advanced settings say:     Which for multiple upstream: Use global setting This

How do I incorporate CHEF into my build and deployment process

2015-01-27 Thread Eric Wood
Currently I am deploying application code to our target environments using the Build Pipeline plugin.  It is a visualization tool for managing a chain of upstream and downstream jenkins jobs.  We want to incorporate chef scripts into our deployment process for setting up the initial servers and

Re: Proper use of processtreekiller

2015-01-26 Thread Eric Wood
. On Thursday, January 22, 2015 11:20 AM, Eric Wood eric.w...@rocketmail.com wrote: I'm attempting to start a tomcat server via the publish over ssh plugin.   I call a shell script as follows: sudo nohup /apps/Config/usr/local/bin/ec2-init env start /dev/null 21

Proper use of processtreekiller

2015-01-22 Thread Eric Wood
I'm attempting to start a tomcat server via the publish over ssh plugin.   I call a shell script as follows: sudo nohup /apps/Config/usr/local/bin/ec2-init env start /dev/null 21   This script in turn calls the following:  ec2-init tomcat_sdb startup.sh catalina.sh. Our IT guy set

Re: ssh plugin terminates and kills my daemon process

2015-01-21 Thread Eric Wood
and the build step terminates, then I can see the catalina.out file indicate that the application is shutting down. On Wednesday, January 21, 2015 2:54 PM, Eric Pyle eric.p...@cd-adapco.com wrote: Perhaps you need to start the tomcat server with nohup? On 1/21/2015 1:46 PM, Eric Wood

Re: Archived results not being kept according tot he job configuration

2015-01-20 Thread Eric Wood
days ago. I use both the days and the next field, Max builds to keep.   From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com]On Behalf Of Eric Wood Sent: Tuesday, January 20, 2015 8:37 AM To: Jenkinsci-users Subject: Archived results not being kept according tot he job

Archived results not being kept according tot he job configuration

2015-01-20 Thread Eric Wood
I have a job which is configured to keep builds for 14 days and archives for 14 days as well.  I only have the last two build archived.  The place I have configured this is in Discard Old Build. Not sure if I am missing some other configuration step.   -- You received this message because you

Re: Archived results not being kept according tot he job configuration

2015-01-20 Thread Eric Wood
the next build   From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com]On Behalf Of Eric Wood Sent: Tuesday, January 20, 2015 9:24 AM To: jenkinsci-users@googlegroups.com Subject: Re: Archived results not being kept according tot he job configuration   This job seems

Re: Archived results not being kept according tot he job configuration

2015-01-20 Thread Eric Wood
{}#yiv6690369672 Sorry, I can’t advise on why it is NOT doing what it should. Maybe some else can.   From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com]On Behalf Of Eric Wood Sent: Tuesday, January 20, 2015 10:37 AM To: jenkinsci-users@googlegroups.com Subject: Re: Archived

Copy artifact to a new location when pulled from an upstream jo b

2014-12-19 Thread Eric Wood
I have an upstream job that is archiving an artifact.  The artifact resides in a subfolder under the workspace.  I'd like to be able to have the artifact at the root of my workspace in my downstream job when I copy it from the upstream job.  Is there a way to move this asset to a new location

is it possible to tie a slave to two different masters?

2014-12-11 Thread Eric Wood
We have a QA group that runs their own Jenkins environment for running automated tests.  They have a master/slave operation.  I would like to be able to use one of their slaves in my Jenkins setup to be able to run  a Basic Acceptance Test after I deploy code through a Jenkins job from my

Re: is it possible to tie a slave to two different masters?

2014-12-11 Thread Eric Wood
-RunningMultipleSlavesontheSameMachine On Thu Dec 11 2014 at 6:18:57 AM Eric Wood eric.w...@rocketmail.com wrote: We have a QA group that runs their own Jenkins environment for running automated tests.  They have a master/slave operation.  I would like to be able to use one of their slaves in my Jenkins setup to be able

how to persist the workspace of a job run on an EC2 slave

2014-12-11 Thread Eric Wood
How can I persist a workspace for a job run on an EC2 slave?  We want to be able to push CI build steps to a EC2 slave. Due to the ephemeral nature of the slave, the workspace may  not be available.  Is there a way to be able to persist the workspace back to the master? -- You received this

archive artifact preserve my folder structure

2014-12-05 Thread Eric Wood
I have a folder at the root of my workspace called testSuite.  I was archiving this folder and then passing it to a downstream job in order to use it to run basic sanity test cases.  When I archive the folder using the archive artifact plugin by specifying the folder name as testSuite/, it

Unable to successfully start a JBOSS service using Publish over SSH

2014-11-04 Thread Eric Wood
I am attempting to stop and start a JBOSS service on a remote server and I am using the Publish over SSH plugin for this purpose. I am running the service command service jbossas7.1 start I can see it starting up, but the plugin does not seem to disconnect after a successful startup.

Re: Unable to successfully start a JBOSS service using Publish over SSH

2014-11-04 Thread Eric Wood
and after the service has successfully started, it will terminate the connection and the job will return with a success status. How do I get the service started and the ssh session to terminate when the service starts. On Tuesday, November 4, 2014 12:11 PM, Eric Wood eric.w...@rocketmail.com

Re: Unable to successfully start a JBOSS service using Publish over SSH

2014-11-04 Thread Eric Wood
probably the bigger issue as service commands should really return eventually :) HTH Richard. On Wed, Nov 5, 2014 at 7:18 AM, Eric Wood eric.w...@rocketmail.com wrote: The appearance is that as long as the process is running, the ssh session will not terminate. It will eventually timeout

Jenkins deploy plugin to jboss 7.1

2014-11-04 Thread Eric Wood
I can see that this plugin has been updated to support jboss 7.1. It looks to have you start a container and asks for the Manager user name/password and URL. Is this for the administration console? The documentation is somewhat sparse as far as detail on how to configuration. I'm assuming

Re: Unable to successfully start a JBOSS service using Publish over SSH

2014-11-04 Thread Eric Wood
the recommended version of the init.d script mentioned above? Thanks, Eric On Tuesday, November 4, 2014 3:37 PM, Eric Wood eric.w...@rocketmail.com wrote: Richard: When I run the service from the command line on the actual server, it takes about 30 secs to run and does return

Re: How to reference an environment variable in a schedule value

2014-09-16 Thread Eric Wood
Dan A position has opened up here and I'm curious if you would be interested.  Feel free to call me at 207.522.5754. Thanks. Eric Sent from Yahoo Mail on Android -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group

How to best deploy code to target servers in mixed environments and technologies using jenkins

2014-08-28 Thread Eric Wood
I'm in a company that builds both .NET Java applications.  I want to be able to use a common process to deploy previous built applications to target servers. To further complicate issues, I have to be able to deploy code to both in-house, cloud, and client side servers.  I use Jenkins as my CI

How do I Deploy an IIS website to a target server using Jenkins

2014-08-07 Thread Eric Wood
I want to be able to run a series of powershell scripts to automate the deployment of an IIS website.  I have the script already written, I just need to be able to understand the jenkins configuration to run them. Currently, the scripts are able to pulled the compile website from a network

Re: How do i pass a build number to a downstream job for jobs that are part of a Build Pipeline

2014-07-31 Thread Eric Wood
, 2014 10:20 AM, Chris Williams sailingar...@gmail.com wrote: Hi, I usually  add a Predefined parameter something like MYBUILD_NUMBER=${BUILD_NUMBER}  and use that environment variable (Parameter) in the next build step. Chris On 30 July 2014 15:13, Eric Wood eric.w...@rocketmail.com

How do i pass a build number to a downstream job for jobs that are part of a Build Pipeline

2014-07-30 Thread Eric Wood
I use the build pipeline to manage a series of related jobs (downstream).  I want to be able to pass the build number from the upstream job to be used in the downstream jobs as the build number there.  How is this best accomplished. Thanks, Eric -- You received this message because you are

Build fails on Gradle-Artifactory Integration

2014-07-29 Thread Eric Wood
I have a gradle build that I am trying to publish the results to Artifactory.   When I run the build without the integration turn on it succeeds. When I turn on the integration to artifactory the build fails, but I can see no indication in the build output as to why. I have configured it

How to test connection string as part of the deployment in Jenkins

2014-06-20 Thread Eric Wood
We have had several deployments to our Enterprise Service Bus where the applications did not have proper connection strings for the environment.  I'd like to put a step into my deployment job where I can test the connection string information (which has values keep in an external property file)

Re: Understanding build pipelines

2014-06-20 Thread Eric Wood
David: I pass the CI job's workspace into the downstream job using my build pipeline via the clone workspace plugin.  The CI job uses the Post-build Actions -Archive for Clone Workspace SCM.  The downstream job uses the cloned workspace as a SCM plugin. Eric On Friday, June 20, 2014 9:49

how to specify the default ANT

2014-06-13 Thread Eric Wood
I have three installations of ANT 1.8.4, 1.9.3 1.9.4.  There is no way to specify on the configuration page which is the default.  On the job page I can specify the default.  How do I select one of these installations to be the default?  Is it the first installation? It seems like the 1.8.4 is

Re: How to use global parameters in a build that is part of a build pipeline

2014-06-09 Thread Eric Wood
, June 6, 2014 9:47 AM, Eric Wood eric.w...@rocketmail.com wrote: I do not think tha the build pipeline uses build flows.  Also, when I look at teh build flow plugin, they state that it is a POC plugin and it seems tha the developers are moving on and suggest the use of the workflow plugin

Re: How to use global parameters in a build that is part of a build pipeline

2014-06-06 Thread Eric Wood
calling with the parameters. On Thu, Jun 5, 2014 at 10:13 AM, Eric Wood eric.w...@rocketmail.com wrote: Mike: Thanks for the reply. I'm not sure I follow the response.  When you mention Build Flows are you talking about build pipeline creating using the build pipeline plugin?  Also, who are you

Re: How to use global parameters in a build that is part of a build pipeline

2014-06-05 Thread Eric Wood
Chmielewski mi...@bullhorn.com wrote: For Build Flows, I have passed in arbitrary variables not defined on a job in the flow, and they are picked up correctly. On Wed, Jun 4, 2014 at 12:42 PM, Eric Wood eric.w...@rocketmail.com wrote: I have several jenkins jobs that I want to use global variables

Setting global variables without using parameterized build in job

2014-06-05 Thread Eric Wood
Can I set global variables and then use in jobs without using parameterized builds.  This forces me into a manual response mode that does not work in my scenario. Thanks, Eric -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe

How to use global parameters in a build that is part of a build pipeline

2014-06-04 Thread Eric Wood
I have several jenkins jobs that I want to use global variables.  The only way I have seen to do this is to parameterize my build and to set a global parameter string using the plugin documented here: https://wiki.jenkins-ci.org/display/JENKINS/Global+Variable+String+Parameter+Plugin The issue

Re: Suggestions for using Jenkins for environment deployment?

2014-06-03 Thread Eric Wood
Chandra: The CI job is a maven job that pulls the code from the SCM (using the TFS plugin) and it builds the java asset using maven.  This job then uses the post-build Actions step called Archive for Clone Workspace SCM) to archive its workspces for consumption by a downstream job. Also, this

Re: TFS integration

2014-05-30 Thread Eric Wood
Make sure you use the domain in the user field domain\ericwood Thanks, E On Friday, May 30, 2014 9:03 AM, Munaf Kotawdekar kmu...@gmail.com wrote: Hi, I am trying to integrate TFS repository in my build process. Installed the TFS plugin and configured job. Have setup TFS server details,

Issue resolving to Java JDK on maven compile using a new installation of Jenkins LTS

2014-05-13 Thread Eric Wood
I have a new installation of Jenkins LTS running on a windows server.  I have both the system property JAVA_HOME set to an installation of a 1.7 JDK and the jenkins' JAVA_HOME configuration to the same installation.  When I run a maven build. the compile fails and seems to want to point to the 

Maven build failing on new installation

2014-05-13 Thread Eric Wood
I have a new installation of Jenkins LTS running on a windows server.  I have both the system property JAVA_HOME set to an installation of a 1.7 JDK and the jenkins' JAVA_HOME configuration to the same installation.  When I run a maven build. the compile fails and seems to want to point to the 

Re: Maven build failing on new installation

2014-05-13 Thread Eric Wood
.  Does this seem right? Thanks, Eric   On Tuesday, May 13, 2014 10:52 AM, Eric Wood eric.w...@rocketmail.com wrote: I have a new installation of Jenkins LTS running on a windows server.  I have both the system property JAVA_HOME set to an installation of a 1.7 JDK and the jenkins' JAVA_HOME

Jenkins LTS startup errors when accessing jobs copied from another windows instance of jenkins running under tomcat

2014-04-14 Thread Eric Wood
I have downloaded and installed a native install of Jenkins ... the current LTS version.  I copied the jobs folder from the current instance running under Tomcat to the new native install.  When it starts up I get the following errors in my log: SEVERE: Failed Loading job

Re: Jenkins LTS startup errors when accessing jobs copied from another windows instance of jenkins running under tomcat

2014-04-14 Thread Eric Wood
that the Windows default was to disallow the creation of symbolic links and a specific action was required to allow symbolic links. Mark Waite On Mon, Apr 14, 2014 at 8:24 AM, Eric Wood eric.w...@rocketmail.com wrote: I have downloaded and installed a native install of Jenkins ... the current LTS

How do I move data from a TOMCAT installation to a native installation

2014-04-09 Thread Eric Wood
I have installed a native installation on my windows server.  I have a production version running under tomcat on the same server. Do I  merely copy the content from the running production version's folder to the new native installation folder structure? Thanks, Eric -- You received this

Upgrade from war file under tomcat to native install

2014-03-14 Thread Eric Wood
I'm currently running a version of Jenkins under tomcat.  I'm pledged by permgen issues that crash the service regularly.  I want to be able to install a native instance and point it to my Jenkins home on the same server.  Can anybody point me to the steps required to make this a success.  Note

Re: Upgrade from war file under tomcat to native install

2014-03-14 Thread Eric Wood
=$CATALINA_OPTS -XX:+PrintHeapAtGC CATALINA_OPTS=$CATALINA_OPTS -Xloggc:${TOMCAT_LOGS}/garbage-collection.log   export CATALINA_OPTS exec $PRGDIR/$EXECUTABLE start $@     From:jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Wood Sent: Friday, March 14, 2014 1:08 PM

Re: jenkins maven plugin: How to automatically archive maven artifacts?

2014-03-05 Thread Eric Wood
Have you considered using something like artifactory and its associated plugin.  There is a free version that you can try and you can add the associated plugin for archiving assets in the binary repository. Eric On Wednesday, March 5, 2014 4:43 AM, Dmitry Katsubo dmitry.kats...@gmail.com

Re: Suggestions for using Jenkins for environment deployment?

2014-03-04 Thread Eric Wood
I use the build pipeline plugin for this purpose.  The first link in the chain is a CI build that polls the SCM repo and then subsequent downstream jobs are used to promote the build DEV-.TEST-UAT-PROD On Monday, March 3, 2014 2:53 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote:

Cannot access the jenkins service running on redhat linux

2014-03-03 Thread Eric Wood
I just installed a version of jenkins on a redhat linux server.  I can see the process when I query the process table: jenkins  10935     1  1 11:32 ?        00:00:35 /usr/bin/java -Dcom.sun.akuma.Daemon=daemonized -Djava.awt.headless=true -DJENKINS_HOME=/var/lib/jenkins -jar

Re: Cannot access the jenkins service running on redhat linux

2014-03-03 Thread Eric Wood
Yes.  That was it.  Thank you.  Since this was a test server running in an internal network, I just shut off the firewall by running  service iptables stop On Monday, March 3, 2014 12:33 PM, Les Mikesell lesmikes...@gmail.com wrote: On Mon, Mar 3, 2014 at 11:16 AM, Eric Wood eric.w

Jenkins executor failure when rerunning a failed job via the build pipeline

2014-02-28 Thread Eric Wood
I have a build pipeline that has four jobs chained together.  If a job fails, the pipeline has a trigger on the failed box..  I can fix the underlying issue and re-trigger the build from this trigger in order to have the job run to success and then allow the failed job to success and turn green

Re: Issues running ANT on jenkins slave

2014-02-07 Thread Eric Wood
, but of course I have to do that regardless if I manage it myself. On Friday, February 7, 2014 9:54 AM, Eric Wood eric.w...@rocketmail.com wrote: I am having an issue running a build.xml on a jenkins slave.  The build file pulls properties from the env using:   property environment=env/ I

Re: Issues running ANT on jenkins slave

2014-02-07 Thread Eric Wood
ant distribution. Mark Waite On Fri, Feb 7, 2014 at 7:58 AM, Eric Wood eric.w...@rocketmail.com wrote: Also, I forgot to mention taht I use some of the ant contrib functionality and I load the jar file into the ant lib folder.  If I using the jenkins version, do I just have to let jenkins

Re: How do i configure ANT on my jenkins slave

2014-02-07 Thread Eric Wood
I did switch and let Jenkins configure it and it does work great.  The issue I have now is that when I run the build.xml through Jenkins on the slave,  it does not read the properties from the environment using: property environment=env/ If I run it manually from a cmd windows on the server

Global use of masked password

2014-01-15 Thread Eric Wood
Is it possible to set up a global password from the jenkins configure system   page and use it throughout my various jenkins jobs?  I tried to create a Mask Passwords - Global name/password pair and then use it as a variable in the job's ANT properties section as: ${TEST_PASSWORD}, but it did

Execute a subsequent job on a slave

2013-12-18 Thread Eric Wood
We heavily use a build pipeline where the first job is a CI job that pulls code from  repository, pushes it to a cloud platform, compiles and unit tests the code.  Downstream jobs in the pipeline deploy code in a promoted fashion through a series of target environment ... ending in Production.

Re: Execute a subsequent job on a slave

2013-12-18 Thread Eric Wood
Is there any further documentation on the build flow plugin then what is provided in the plugin home page? On Wednesday, December 18, 2013 2:35 PM, Les Mikesell lesmikes...@gmail.com wrote: On Wed, Dec 18, 2013 at 1:10 PM, Eric Wood eric.w...@rocketmail.com wrote: We have a series

Move existing jobs into folders

2013-11-22 Thread Eric Wood
I just starting using the folders plugin and it looks great.  Is there a way for me to move existing jobs into folders for better organization? Thanks, Eric -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and

Build Pipeline links do not work in the view for the pipeline jobs is in the folder iteself

2013-11-22 Thread Eric Wood
I have set up a bunch of jobs in a folder and linked them as a build pipeline (i.e. upstream/downstream jobs). The view for the pipeline is also in the folder.  I wanted to be able to better segment my jobs and the pipeline that controls them.  I have noticed that if I set up the pipeline in a

Re: Move existing jobs into folders

2013-11-22 Thread Eric Wood
reports (for the weather icon) * Custom icons * Folder-wide environment variables inherited to all descendent items/job * Restrict job types possible in the folder On 22.11.2013, at 18:30, Eric Wood eric.w...@rocketmail.com wrote: I just starting using the folders plugin and it looks great

Re: Move existing jobs into folders

2013-11-22 Thread Eric Wood
, at 19:18, Eric Wood eric.w...@rocketmail.com wrote: How do you gain access to the closed-source version.  Is this part of the CloudBees Free Enterprise Plugins? Apparently, not anymore. It already includes Folders 4 when I tried it on a Jenkins 1.532.1-rc. But you can install that, wait until

Re: Move existing jobs into folders

2013-11-22 Thread Eric Wood
Found how to do it under the advance tab on Manage Plugin, Initially it failed, but when I restarted jenkins it tells me I have 3.15 installed and 4.0 is available. On , Eric Wood eric.w...@rocketmail.com wrote: Daniel: I have never performed such an operation.  I have installed the Free

Growth path

2013-11-14 Thread Eric Wood
I have a single instance of Jenkins running under tomcat on a Windows server.   I'm starting to have many jobs and looking for the best growth path.  Do I create separate instances on Jenkins running on different servers?  Is this a master slave situation for me?  Many of my jobs are not

Updated Jenkins to latest version, now the Jenkins widows service will not start

2013-11-14 Thread Eric Wood
I just upgraded a test platform to the latest version 1.539.  I'm running Jenkins as a windows service on  Windows 2008 R2 server.  I upgraded by selected the latest version from he management Jenkins page internal to the application.  The service dies when I attempt to restated it, it now will

Re: Updated Jenkins to latest version, now the Jenkins widows service will not start

2013-11-14 Thread Eric Wood
the old war file back in and start the service.   1.536 can be found here: http://mirrors.jenkins-ci.org/war/1.536/ From: Eric Wood eric.w...@rocketmail.com To: jenkinsci-users@googlegroups.com Sent: Thursday, November 14, 2013 11:50:07 AM Subject: Updated Jenkins

Re: What is teh best way to prevent several jobs from running at once?

2013-11-05 Thread Eric Wood
work in your case or not. Scott On Mon, Nov 4, 2013 at 3:36 PM, Eric Wood eric.w...@rocketmail.com wrote: I have about 6 jobs that all deploy to a SalesForce cloud instance and they cannot run at the same time. This are CI jobs that get triggered by check-ins to the repository.   What

What is teh best way to prevent several jobs from running at once?

2013-11-04 Thread Eric Wood
I have about 6 jobs that all deploy to a SalesForce cloud instance and they cannot run at the same time. This are CI jobs that get triggered by check-ins to the repository.   What is the best way in Jenkins to make sure that one one job at a time is running and other jobs get queued up to run

How can I parameterize a value across all of my jobs

2013-10-22 Thread Eric Wood
I have a bunch of jobs that are connecting to a TFS server and I have to put the server path in all of my jobs.  I'm migrating to a new server and would like to be able to parameterize the value for this server across all my jobs so I do not have to go through them all and change in the future.

Download native package for windows fails

2013-10-16 Thread Eric Wood
When I attempt to download the native package for windows, it is a .zip file that contains both a setup.exe and a .msi file.  when I download and save and then open the zip ... if I attempt to run the .msi it fails with the message: Some data in your Zip file is damaged. The CRC is 8bec4a45 but

Build Pipeline jobs not updated after an initial failed/aborted build

2013-10-03 Thread Eric Wood
I have upgraded to Jenkins 1.530 and the build pipeline 1.4 plugin and now when a job in the pipeline fails or is aborted, and the job is then re-executed to a successful completion, the job in the pipeline is not updated to reflect a success and more importantly, the downstream job's trigger

Build Pipeline jobs not updated after an initial failed/aborted build

2013-10-03 Thread Eric Wood
I have upgraded to Jenkins 1.530 and the build pipeline 1.4 plugin and now when a job in the pipeline fails or is aborted, and the job is then re-executed to a successful completion, the job in the pipeline is not updated to reflect a success and more importantly, the downstream job's trigger

editable email Notification Project Recipient List keeps getting reset to $DEFAULT_RECIPIENTS

2013-09-24 Thread Eric Wood
The editable email Notification Project Recipient List keeps getting reset to  $DEFAULT_RECIPIENTS.  I open a job, place a comma separated list and then save the job. Reopen and it is reset. Is there any fix or work around? Thanks, Eric -- You received this message because you are subscribed

Re: editable email Notification Project Recipient List keeps getting reset to $DEFAULT_RECIPIENTS

2013-09-24 Thread Eric Wood
to $DEFAULT_RECIPIENTS   Some people have mentioned this before, but I haven't been able to reproduce it myself. Can you check if there are any errors on the logs? Also, what version of email-ext are you using?   Thanks,   Alex   On Tue, Sep 24, 2013 at 9:18 AM, Eric Wood eric.w...@rocketmail.com wrote

Build Pipeline post build step does not appear

2013-09-16 Thread Eric Wood
I have updated to the latest version of Jenkins 1.530 and the associated latest version of the Build Pipeline (1.4), but now the build pipeline post action does not appers.  Existing jobs seem ok set up as build pipelines appear to be working. Please help. -- You received this message

Re: Build Pipeline post build step does not appear

2013-09-16 Thread Eric Wood
, like abc, def.) What appears on my Add post-build action drop-down is Build other projects (manual step). From: Eric Wood eric.w...@rocketmail.com To: jenkinsci-users@googlegroups.com jenkinsci-users@googlegroups.com Sent: Monday, September 16, 2013 2:04

Setting the PATH on a per Jenkins job basis

2013-06-20 Thread Eric Wood
I have several jobs that execute TFS commands in wrappers such as ANT tasks or maven goals.  I have had to install two version of the TF command line on my build server in order to get the individual jobs running. One works for the ANT tasks and one works for the maven goal.   If I place the

Dead executors - Jenkins is completely dead

2013-06-04 Thread Eric Wood
My Jenkins is completely dead.  I get the message that the executors are dead and this stack trace appears over and over in the log.  I have not added any new plugins.  I have had an issue where a jobs disappear from time to time and I have restarted tomcat and reloaded the configuration

Jobs disappear although data still in filesystem

2013-05-10 Thread Eric Wood
I have noticed that from time-to-time that certain Jenkins jobs disappear from the dashboard although the data still exists in the .jenkins filesystem.  If I restart tomcat my jobs will be re-displayed on the dashboard.  I noticed that bug  https://issues.jenkins-ci.org/browse/JENKINS-15156

  1   2   >