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 group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9e41a72c-e413-454a-83ce-7a6cf93fa1f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 the login page.  I have a situation where many of my 
customers are complaining about getting a 404 when they select the build output 
link embedded in the email. It would seem if they are not authorized to see the 
page that they would be redirected here. Not sure how to set location in this 
case.Seems like this became more of an issue when I started using the folder 
plugin.  I also use role base strategy.  Any help in how to get around this 
would be greatly appreciated. 


 On Tuesday, November 3, 2015 8:10 AM, "henleysmill...@gmail.com" 
 wrote:
   

 I'm running the LTS release 1.609.2 and using the windows native install which 
runs jetty.  How do i redirect the 404 error page to the jenkins login page?-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0cd94544-2d6c-49e2-ba66-788236ec3757%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/284440742.1177163.1446561058146.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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:  https://issues.jenkins-ci.org/browse/JENKINS-22358
 I see that there is an open ticket on this, but is there any workaround that I 
can put in place in order to alleviate this problem?


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/820030054.243951.1446489458730.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 com.trilead.ssh2.Connection.getRemainingAuthMethods(Connection.java:1030)
at 
com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator.canAuthenticate(TrileadSSHPasswordAuthenticator.java:82)
at 
com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator.newInstance(SSHAuthenticator.java:207)
at 
com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator.newInstance(SSHAuthenticator.java:169)
at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:1173)
at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:701)
at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:696)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
[01/07/15 16:51:10] Launch failed - cleaning up connection
[01/07/15 16:51:10] [SSH] Connection closed.
Any idea of what's the issue here?
I see that there is an "in-progress" jira ticket for this issue.  Is there 
another way of performing this task?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1202463242.1800226.1442950693336.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 issue.  Any idea?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/399986146.3558511.1441042638329.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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:37 PM, Eric Wood <eric.w...@rocketmail.com> 
wrote:
   

 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 issue.  Any idea?-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/399986146.3558511.1441042638329.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


  

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1197433490.3627335.1441045460569.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 plugin with the build pipeline plugin ... at least as far as I 
can see.
How can I pass the build version number from an upstream job to a downstream 
job?
Thanks?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1586982957.5832858.1438355129593.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 ${basedir} 
properly?


    build

        plugins

            plugin

               groupIdorg.apache.maven.plugins/groupId

               artifactIdmaven-install-plugin/artifactId

               version2.5.2/version

               executions

                   execution

                       idinstall-obsidian.jar/id

                       goals

                           goalinstall-file/goal

                       /goals

                       phasevalidate/phase

                       configuration

                           groupIdcompany/groupId

                          artifactIdobsidian/artifactId

                           version1.0/version

                           packagingjar/packaging

                          file${obsidian.path}/obsidian.jar/file

                           generatePomtrue/generatePom

                       /configuration

                   /execution

                    

     properties
obsidian.jar.path${basedir}/src/main/lib/obsidian.jar.path
obsidian.war.path${basedir}/obsidian.war.path
powermock.version1.6.2/powermock.version

/properties

 

 

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/729725656.1084633.1436796915201.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 operation failed: 
E:\tools\jenkins\tools\hudson.tasks.Ant_AntInstallation\1.9.4\apache-ant-1.9.4 
at hudson.remoting.Channel@309d6b84:build.03: java.io.IOException: Failed to 
rename 
E:\tools\jenkins\tools\hudson.tasks.Ant_AntInstallation\1.9.4\apache-ant-1.9.4 
to 
E:\tools\jenkins\tools\hudson.tasks.Ant_AntInstallation\1.9.4\apache-ant-1.9.4.__rename
java.io.IOException: remote file operation failed: 
E:\tools\jenkins\tools\hudson.tasks.Ant_AntInstallation\1.9.4\apache-ant-1.9.4 
at hudson.remoting.Channel@309d6b84:build.03: java.io.IOException: Failed to 
rename 
E:\tools\jenkins\tools\hudson.tasks.Ant_AntInstallation\1.9.4\apache-ant-1.9.4 
to 
E:\tools\jenkins\tools\hudson.tasks.Ant_AntInstallation\1.9.4\apache-ant-1.9.4.__rename
at hudson.FilePath.act(FilePath.java:977)
at hudson.FilePath.act(FilePath.java:959)
at hudson.FilePath.moveAllChildrenTo(FilePath.java:1944)
I have other slaves running ANT and they work fine.  Not sure why this one is 
different. They appear to be configured the same.  I gave Full Control to 
everyone` under the slave's jenkin's file system. I also manually copied over 
the ANT install under the Jenkins tools folder to the slave but it keeps 
wanting to install ANT regardless of it being there. In fact the installation 
look good, it is just giving me this error.
Any thoughts?
Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1277652855.2902045.1433189796602.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 the server using sftp, but then I upload a 
file, the plugin seems to ignore the destination folder.  No matter how I 
specify the destination as relative, absolute, /, or \ in the path, it always 
publishes the file under the root or home folder.  I configured this plugin to 
be able to create timestamped folder under the destination folder and it is 
doing that, it is just no putting the file in the destination folder ... always 
the root.
I attempt to connect via the ssh publisher and in this case I'm using the ftps 
port to connect to the server.  When test the configuration on the main 
configuration page, it fails. When I look at the log file on the server is 
actually seems to connect and seems to list the home folder. See below.  It 
appears that the connection test should work, but does not.  It fails with:
jenkins.plugins.publish_over.BapPublisherException: Failed to connect session 
for config [ftp.irondata.com]. Message [Session.connect: 
java.net.SocketTimeoutException: Read timed out]

FTP LOG File:2015-04-23 13:48:07 10.20.10.202- 10.70.10.89 990 
ControlChannelOpened - - 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202- 10.70.10.89 990 USER jenkins 331 0 0 
65695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 PASS *** 
230 0 065695061-f5fb-42f3-9eba-81b42e914ee5 /jenkins

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 OPTS 
UTF8+ON 200 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 PBSZ 0 
200 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 PROT P 
200 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 CWD 
/jenkins 250 0 065695061-f5fb-42f3-9eba-81b42e914ee5 /jenkins

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 PWD - 257 
0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 CWD temp 
250 0 065695061-f5fb-42f3-9eba-81b42e914ee5 /jenkins/temp

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 PWD - 257 
0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 TYPE I 
200 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 PASV - 
227 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 53040 
DataChannelOpened - - 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 53040 
DataChannelClosed - - 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 LIST - 
226 0 065695061-f5fb-42f3-9eba-81b42e914ee5 /jenkins/temp

2015-04-23 13:50:17 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 
ControlChannelClosed - - 258 065695061-f5fb-42f3-9eba-81b42e914ee5 -



I cannot get it to work? 

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1295886752.2898998.1429800174346.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 constantly.  I 
tried to back out the latest plugin for mutli-scm and go back to the .2 
version, but it is still a problem.  I'm on the latest stable release.
I have tried to find a way to break the job up into four separate jobs (one for 
each branch) and then have a downstream job consolidate the code into a single 
workspace so I can package the code for deployment. I looked at cloned 
workspaces and then again using the multi-scm to try and consolidate in a 
downstream job, but it appears to overwrite.
Can anybody suggest a way of pulling these branches and still have a job 
triggered if changes are made in the underlying branch?
Thanks

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/226330453.4043887.1428007495022.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 their own 
lists when they select.  Is there a way users can see their own AD groups when 
they select their own name?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/292197949.1374017.1427739103593.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 the 
m2release plugin. In this case the password is also stored as 
PasswordParameterValue and thus detected as to be masked by the EnvInject 
plugin.

Kind Regards, Andreas.

Am Montag, 30. März 2015 11:16:50 UTC+2 schrieb Andreas:
Hi,

I've a issue with password disclosure when using the M2 Release Plugin and 
entering the password.

During the release build the SCM Password is passed to a child maven instance 
and unfortunately dumped in plain text (not masked) to the log output. I would 
expect that this password is masked using the 'Default' Jenkins mechanism but 
it is not.  

As a easy test I've changed the goal to be executed as Release goals and 
options to help:system. If I now start a release build and enter scm 
username/password. I can read in the Log:

===[JENKINS REMOTING CAPACITY]===channel started
Executing Maven:  -B -f /export/sbs/jenkins/home/ workspace/am-test/pom.xml 
-DdevelopmentVersion=2- SNAPSHOT -DreleaseVersion=1 -Dusername=jenkins 
help:system -Dpassword=*
[INFO] Scanning for projects...
[INFO] --- maven-help-plugin:2.2:system (default-cli) @ my-module ---...
== == 
===System Properties== 
== ===JOB_NAME=am-test...
password=mysecretpassword

...

Bug or usage error? Any hint would be appreciated.


Kind Regards,
Andreas.





-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/69e3b66d-dd12-42de-b3dc-850f43c59a1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1133742144.1478170.1427745968182.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 on the 
jenkins start up in jenkins.xml are: 
-Xrs -Xmx4096m -XX:MaxPermSize=256m 
-Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar 
%BASE%\jenkins.war --httpPort=8080
I'm not sure if I have to pass ANT via ANT_OPTs a memory setting, but I did set 
the environment variable ANT_OPTS to -Xmx2048m.  I do not see this set on the 
older server.  I set the ANT_OPTS to 4096 and it returned that the specified 
size exceeds the max representable size.  
Not sure why I'm getting an out-of-memory on the new installation.  The code 
ruins find on the older server.  Any thoughts?

  

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1017494746.1424970.1426866517699.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-03-20 Thread Eric Wood
I think I figured this out ... here is what I think happened.  The base version 
of java that is downloaded with Jenkins is a  32 bit version of java.  When you 
go to the manage jenkins -- configuration -- install JDKs,  when you select 
from the list it will pull down the 32 bit version for windows.  Once I 
converted Jenkins to run under a 64 bit JDK, the JDK versions pulled down are 
64 bit versions.  My ANT code was running under the JDK that was configured on 
the job page, which turned out to be a 32 bit version.
I guess Jenkins is downloaded and installed with a 32 bit version 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 
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 on the 
jenkins start up in jenkins.xml are: 
-Xrs -Xmx4096m -XX:MaxPermSize=256m 
-Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar 
%BASE%\jenkins.war --httpPort=8080
I'm not sure if I have to pass ANT via ANT_OPTs a memory setting, but I did set 
the environment variable ANT_OPTS to -Xmx2048m.  I do not see this set on the 
older server.  I set the ANT_OPTS to 4096 and it returned that the specified 
size exceeds the max representable size.  
Not sure why I'm getting an out-of-memory on the new installation.  The code 
ruins find on the older server.  Any thoughts?

  

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1017494746.1424970.1426866517699.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


  

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/483863073.1577827.1426879148507.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


Re: are jenkins groups only part of the enterprise version

2015-03-20 Thread Eric Wood
I have set up jobs under folders based upon our four product offerings.  I 
wanted to be able to filter the root folders for each to the groups that are 
used to develop, test and support them.  I do use role-based strategy, but it 
seems in order to get it working I have to assign read 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 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 
enterprise feature?  Is there a way to provide filtering on folders in the open 
source version? If so, can somebody help point me in the right direction?  
 What kind of filtering do you mean? Authorization based, static groupping or 
dynamic filtering?

   - There is a Role Strategy Plugin which is for adding roles and filtering 
jobs based on their name (e.g. admins have access to any job, developers have 
access to jobs that end with -build...).
   - There is a Categorized Jobs View plugin which allows you to group some 
jobs within a single view.
   - And I've made a simple ViewFilter script that can be used to dynamically 
filter jobs based on their name.   
 
 Regards,
 Nux.
 -- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/550C5A3E.2000304%40mol.com.pl.
For more options, visit https://groups.google.com/d/optout.


  

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/873273716.1586391.1426879415592.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 
enterprise feature?  Is there a way to provide filtering on folders in the open 
source version? If so, can somebody help point me in the right direction?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/296823246.781623.1426794202910.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/69425507.1315396.1426683008394.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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   


 On Wednesday, March 18, 2015 12:31 PM, Lubos Obruca 
lubos.obr...@gmail.com wrote:
   

 hello all,
please, anybody have an idea, why my layout of plugin is looks that strange (no 
small boxes, background not align etc.)thanks in advance .. i was trying to 
google it for not short while with no success :(
Lubos-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a9d58a63-5ba3-4c44-8d52-ddbaed452a86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/149276039.1550791.1426702808723.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/387357350.22310.1426709948487.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 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 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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/387357350.22310.1426709948487.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


  

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1042993086.1591278.1426710267983.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 environment, 
the misalignment issue goes away.  Perhaps something with a style sheet.  
Regardless, it does not effect the functionality of the pipeline, albeit, may 
not be as pleasing to the eye.  If you keep your job names small, the boxes 
will be smaller.  These are aesthetic issues, and should not impact the 
functionality of the pipeline.

 


 On Wednesday, March 18, 2015 3:27 PM, Lubosak lubos.obr...@gmail.com 
wrote:
   

 
i was trying to use bigger resolution, still the same .. and gray columns its 
just cleared names of the projects :)))small boxes means .. i wish to have 
small boxes (not needable to see whole project names) and everything aligned .. 
i really dont know why (its not my jenkins, im just first here trying to use 
pipeline views and it looks like really strange)when i putted first project to 
pipeline, its like this (attachment) .. when i have more than 4 project in 
line, it disaligned outside the shadow (attachment before)maybe its something 
wrong in configuration .. but i was trying to find it long time and nothing :(





On Wednesday, March 18, 2015 at 7:20:19 PM UTC+1, eric...@rocketmail.com wrote:
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   


 On Wednesday, March 18, 2015 12:31 PM, Lubos Obruca lubos@gmail.com 
wrote:
   

 hello all,
please, anybody have an idea, why my layout of plugin is looks that strange (no 
small boxes, background not align etc.)thanks in advance .. i was trying to 
google it for not short while with no success :(
Lubos-- 
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 jenkinsci-use...@ googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/ 
msgid/jenkinsci-users/ a9d58a63-5ba3-4c44-8d52- ddbaed452a86%40googlegroups. 
com.
For more options, visit https://groups.google.com/d/ optout.


   
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/916da8f5-9634-45ea-8b67-fd5e71128e9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1620704709.1359040.1426708046094.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-03-18 Thread Eric Wood
I have added the multi SCM plugin and I can add several GIT SCMs per job so 
each pull of the branch can specify a unique target folder, but this seems a 
bit like a indirect means of getting to my end goal.  Are there other options 
for pulling multiple branches and specifying a unique target 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 eric.w...@rocketmail.com 
wrote:
   

 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 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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/387357350.22310.1426709948487.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


   -- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1042993086.1591278.1426710267983.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


  

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1109024503.35097.1426713544028.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 contents) with a newly 
built asset (about to be archived) so I can determine if there are issues with 
the .war file before it gets deployed and things no longer work?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/190746311.1714781.1425392239536.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 Strategy to be able 
to authorize certain tasks to certain users, but they have read capability to 
everything.
Is this possible?
Thanks

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/21372920.2699195.1424438731419.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 is confirmed by looking at the job's config.xml:    
hudson.plugins.copyartifact.CopyArtifact plugin=copyartifact@1.31      
projectTMG-1.0-qa1/project      filtervr/DeploymentPackage.zip, 
vr/build-std.xml/filter      target/target      
excludes/excludes      selector 
class=hudson.plugins.copyartifact.TriggeredBuildSelector        
upstreamFilterStrategyUseGlobalSetting/upstreamFilterStrategy      
/selector
I'm using the build pipeline plugin so the downstream jobs are started from the 
pipeline view manually.  The first time I ran the job it pulled the artifact 
from the upstream job correctly. I re-ran the job and it fails with the message:
Unable to find a build for artifact copy from: TMG-1.0-qa1
Build step 'Copy artifacts from another project' marked build as failure
My assumption was that it would still be able to pull from the upstream job.  
What does Global Setting actually mean and is there a way to be able to re-run 
the job so I can pull the artifacts from the same upstream job?


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1178831110.1071302.1422995817238.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 verifying their 
configuration.  For example, we want to be able to install tomcat, java and 
other packages in a consistent programmatic way.
Does it make sense to incorporate this pieces into my build pipeline along with 
the build steps for deploying the application code  liquibase DB changes. What 
is the preferred method for incorporating setting up the application server to 
be able to accept our application code.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1406714641.808098.1422382886552.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


Re: Proper use of processtreekiller

2015-01-26 Thread Eric Wood
Hi:
We resolved this my running tomcat as a daemon process. There are instructions 
at the tomcat site regarding how to do this.  Once tomcat was running as a 
daemon process, when the Jenkins job terminated that started the tomcat 
application server, the tomcat application server stayed running.
 

 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  

This script in turn calls the following:  ec2-init  tomcat_sdb  startup.sh  
catalina.sh.
Our IT guy set the following in the script tomcat_sdb:
# Protection from Jenkins ProcessTreeKiller BUILD_ID=dontKillMe 
export JAVA_HOME JAVA_OPTS PATH CUSTIDAPPID INSTANCEID JBOSS_SERVER BUILD_ID As 
soon as the Jenkins job terminates I can see the catalina process die.
What is the proper way to invoke this environment variable to keep the tomcat 
process alive after Jenkins terminates?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1423634528.3086904.1421943611888.JavaMail.yahoo%40jws100100.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


   

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/183543886.345048.1422283418158.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 the following in the script tomcat_sdb:


# Protection from Jenkins ProcessTreeKiller

BUILD_ID=dontKillMe

export JAVA_HOME JAVA_OPTS PATH CUSTIDAPPID INSTANCEID JBOSS_SERVER BUILD_ID

 As soon as the Jenkins job terminates I can see the catalina process die.
What is the proper way to invoke this environment variable to keep the tomcat 
process alive after Jenkins terminates?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1423634528.3086904.1421943611888.JavaMail.yahoo%40jws100100.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


Re: ssh plugin terminates and kills my daemon process

2015-01-21 Thread Eric Wood
I'm running the command as follows:
sudo nohup /apps/Config/usr/local/bin/ec2-init dev start  /dev/null 21  
After this command runs I call another that is calling the application and 
waiting to get a 200 http status code back.  After a few minutes of getting 
503, I eventually get a 200 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 wrote:
  
  I'm using a ssh plugin to start a tomcat server.  
  I call a command that ends up calling the tomcat startup shell script.  Once 
the call to the startup script is made I call an additional script in the same 
ssh execution that  goes out and runs a curl command to see when the server is 
responding with a 200 status code.  Once that happens, I terminate the ssh 
connection.  At this point it seems to kill the tomcat server.  I can tail the 
catalina.out file and see when the server starts and then shuts down.   
  What is the proper process for keeping this process alive? 
  
   -- 
 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 jenkinsci-users+unsubscr...@googlegroups.com.
 To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/44378829.2770454.1421866017276.JavaMail.yahoo%40jws10036.mail.ne1.yahoo.com.
 For more options, visit https://groups.google.com/d/optout.
 
 
 -- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/54C00391.3090505%40cd-adapco.com.
For more options, visit https://groups.google.com/d/optout.


   

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1786158747.2808388.1421875501075.JavaMail.yahoo%40jws10064.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-01-20 Thread Eric Wood
This job seems to be strange as I can see the values being changes in the 
config.xml, but regardless of what I set it to it seems to keep the last two 
builds.
Any idea on why the settings are not being honored?
E 

 On Tuesday, January 20, 2015 8:51 AM, Ginga, Dick 
dick.gi...@perkinelmer.com wrote:
   

 #yiv2227279223 #yiv2227279223 -- _filtered #yiv2227279223 
{font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv2227279223 
{font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv2227279223 
{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv2227279223 
{font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv2227279223 
#yiv2227279223 p.yiv2227279223MsoNormal, #yiv2227279223 
li.yiv2227279223MsoNormal, #yiv2227279223 div.yiv2227279223MsoNormal 
{margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv2227279223 a:link, 
#yiv2227279223 span.yiv2227279223MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv2227279223 a:visited, #yiv2227279223 
span.yiv2227279223MsoHyperlinkFollowed 
{color:purple;text-decoration:underline;}#yiv2227279223 p 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv2227279223 
span.yiv2227279223EmailStyle18 {color:#1F497D;}#yiv2227279223 
.yiv2227279223MsoChpDefault {font-size:10.0pt;} _filtered #yiv2227279223 
{margin:1.0in 1.0in 1.0in 1.0in;}#yiv2227279223 div.yiv2227279223WordSection1 
{}#yiv2227279223 I think that it only keeps that last 14 actual days. It 
deletes builds older than 14 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 configuration    
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 are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
tojenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/757364130.2291139.1421761000676.JavaMail.yahoo%40jws100202.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout. -- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4E697C%40AMERMBX02.PERKINELMER.NET.
For more options, visit https://groups.google.com/d/optout.


   

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/698084047.2303460.1421763848160.JavaMail.yahoo%40jws10060.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/757364130.2291139.1421761000676.JavaMail.yahoo%40jws100202.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-01-20 Thread Eric Wood
I created a copy of this job and the configuration under Discard old builds 
says
    Log rotation
        Max # of build to keep: 30
        under advanced
        Max # of builds to keep with artifacts: 15

The config.xml files says:
  logRotator class=hudson.tasks.LogRotator    daysToKeep-1/daysToKeep   
 numToKeep30/numToKeep    artifactDaysToKeep-1/artifactDaysToKeep    
artifactNumToKeep15/artifactNumToKeep  /logRotator
which agrees with the configuration.  As soon as I run the third build for 
today, it removes the archived artifacts for the first build and is only saving 
archived artifacts for the last two.
I'm currently running Jenkins 1.554.3
Thanks, Eric

 

 On Tuesday, January 20, 2015 9:34 AM, Ginga, Dick 
dick.gi...@perkinelmer.com wrote:
   

 #yiv9854633298 #yiv9854633298 -- _filtered #yiv9854633298 
{font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv9854633298 
{font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv9854633298 
{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv9854633298 
{font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv9854633298 
#yiv9854633298 p.yiv9854633298MsoNormal, #yiv9854633298 
li.yiv9854633298MsoNormal, #yiv9854633298 div.yiv9854633298MsoNormal 
{margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv9854633298 a:link, 
#yiv9854633298 span.yiv9854633298MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv9854633298 a:visited, #yiv9854633298 
span.yiv9854633298MsoHyperlinkFollowed 
{color:purple;text-decoration:underline;}#yiv9854633298 p 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv9854633298 
p.yiv9854633298MsoAcetate, #yiv9854633298 li.yiv9854633298MsoAcetate, 
#yiv9854633298 div.yiv9854633298MsoAcetate 
{margin:0in;margin-bottom:.0001pt;font-size:8.0pt;}#yiv9854633298 
p.yiv9854633298msonormal, #yiv9854633298 li.yiv9854633298msonormal, 
#yiv9854633298 div.yiv9854633298msonormal 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv9854633298 
p.yiv9854633298msochpdefault, #yiv9854633298 li.yiv9854633298msochpdefault, 
#yiv9854633298 div.yiv9854633298msochpdefault 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv9854633298 
span.yiv9854633298msohyperlink {}#yiv9854633298 
span.yiv9854633298msohyperlinkfollowed {}#yiv9854633298 
span.yiv9854633298emailstyle18 {}#yiv9854633298 p.yiv9854633298msonormal1, 
#yiv9854633298 li.yiv9854633298msonormal1, #yiv9854633298 
div.yiv9854633298msonormal1 
{margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv9854633298 
span.yiv9854633298msohyperlink1 
{color:blue;text-decoration:underline;}#yiv9854633298 
span.yiv9854633298msohyperlinkfollowed1 
{color:purple;text-decoration:underline;}#yiv9854633298 
span.yiv9854633298emailstyle181 {color:#1F497D;}#yiv9854633298 
p.yiv9854633298msochpdefault1, #yiv9854633298 li.yiv9854633298msochpdefault1, 
#yiv9854633298 div.yiv9854633298msochpdefault1 
{margin-right:0in;margin-left:0in;font-size:10.0pt;}#yiv9854633298 
span.yiv9854633298BalloonTextChar {}#yiv9854633298 
span.yiv9854633298EmailStyle30 {color:#1F497D;}#yiv9854633298 
.yiv9854633298MsoChpDefault {font-size:10.0pt;} _filtered #yiv9854633298 
{margin:1.0in 1.0in 1.0in 1.0in;}#yiv9854633298 div.yiv9854633298WordSection1 
{}#yiv9854633298 It only applies new values after 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 to be strange as I can see the values being changes in the 
config.xml, but regardless of what I set it to it seems to keep the last two 
builds.    Any idea on why the settings are not being honored?    E    On 
Tuesday, January 20, 2015 8:51 AM, Ginga, Dick dick.gi...@perkinelmer.com 
wrote:    I think that it only keeps that last 14 actual days. It deletes 
builds older than 14 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 configuration   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 are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
tojenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/757364130.2291139.1421761000676.JavaMail.yahoo%40jws100202.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com

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

2015-01-20 Thread Eric Wood
I have resolved this.  Under the archive artifacts section is an advanced 
checkbox that says only keep the latest in order to save disk space that 
obviously overrides the discard settings.

 

 On Tuesday, January 20, 2015 10:55 AM, Ginga, Dick 
dick.gi...@perkinelmer.com wrote:
   

 #yiv6690369672 #yiv6690369672 -- _filtered #yiv6690369672 
{font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv6690369672 
{font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv6690369672 
{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv6690369672 
{font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv6690369672 
#yiv6690369672 p.yiv6690369672MsoNormal, #yiv6690369672 
li.yiv6690369672MsoNormal, #yiv6690369672 div.yiv6690369672MsoNormal 
{margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv6690369672 a:link, 
#yiv6690369672 span.yiv6690369672MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv6690369672 a:visited, #yiv6690369672 
span.yiv6690369672MsoHyperlinkFollowed 
{color:purple;text-decoration:underline;}#yiv6690369672 p 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv6690369672 
p.yiv6690369672MsoAcetate, #yiv6690369672 li.yiv6690369672MsoAcetate, 
#yiv6690369672 div.yiv6690369672MsoAcetate 
{margin:0in;margin-bottom:.0001pt;font-size:8.0pt;}#yiv6690369672 
p.yiv6690369672msoacetate, #yiv6690369672 li.yiv6690369672msoacetate, 
#yiv6690369672 div.yiv6690369672msoacetate 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv6690369672 
p.yiv6690369672msonormal, #yiv6690369672 li.yiv6690369672msonormal, 
#yiv6690369672 div.yiv6690369672msonormal 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv6690369672 
p.yiv6690369672msochpdefault, #yiv6690369672 li.yiv6690369672msochpdefault, 
#yiv6690369672 div.yiv6690369672msochpdefault 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv6690369672 
p.yiv6690369672msonormal1, #yiv6690369672 li.yiv6690369672msonormal1, 
#yiv6690369672 div.yiv6690369672msonormal1 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv6690369672 
p.yiv6690369672msochpdefault1, #yiv6690369672 li.yiv6690369672msochpdefault1, 
#yiv6690369672 div.yiv6690369672msochpdefault1 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv6690369672 
span.yiv6690369672msohyperlink {}#yiv6690369672 
span.yiv6690369672msohyperlinkfollowed {}#yiv6690369672 
span.yiv6690369672msohyperlink1 {}#yiv6690369672 
span.yiv6690369672msohyperlinkfollowed1 {}#yiv6690369672 
span.yiv6690369672emailstyle181 {}#yiv6690369672 span.yiv6690369672emailstyle30 
{}#yiv6690369672 p.yiv6690369672msonormal2, #yiv6690369672 
li.yiv6690369672msonormal2, #yiv6690369672 div.yiv6690369672msonormal2 
{margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv6690369672 
span.yiv6690369672msohyperlink2 
{color:blue;text-decoration:underline;}#yiv6690369672 
span.yiv6690369672msohyperlinkfollowed2 
{color:purple;text-decoration:underline;}#yiv6690369672 
p.yiv6690369672msoacetate1, #yiv6690369672 li.yiv6690369672msoacetate1, 
#yiv6690369672 div.yiv6690369672msoacetate1 
{margin:0in;margin-bottom:.0001pt;font-size:8.0pt;}#yiv6690369672 
p.yiv6690369672msonormal3, #yiv6690369672 li.yiv6690369672msonormal3, 
#yiv6690369672 div.yiv6690369672msonormal3 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv6690369672 
p.yiv6690369672msochpdefault2, #yiv6690369672 li.yiv6690369672msochpdefault2, 
#yiv6690369672 div.yiv6690369672msochpdefault2 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv6690369672 
p.yiv6690369672msonormal11, #yiv6690369672 li.yiv6690369672msonormal11, 
#yiv6690369672 div.yiv6690369672msonormal11 
{margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv6690369672 
span.yiv6690369672msohyperlink11 
{color:blue;text-decoration:underline;}#yiv6690369672 
span.yiv6690369672msohyperlinkfollowed11 
{color:purple;text-decoration:underline;}#yiv6690369672 
span.yiv6690369672emailstyle1811 {color:#1F497D;}#yiv6690369672 
p.yiv6690369672msochpdefault11, #yiv6690369672 li.yiv6690369672msochpdefault11, 
#yiv6690369672 div.yiv6690369672msochpdefault11 
{margin-right:0in;margin-left:0in;font-size:10.0pt;}#yiv6690369672 
span.yiv6690369672emailstyle301 {color:#1F497D;}#yiv6690369672 
span.yiv6690369672BalloonTextChar {}#yiv6690369672 
span.yiv6690369672EmailStyle43 {color:#1F497D;}#yiv6690369672 
.yiv6690369672MsoChpDefault {font-size:10.0pt;} _filtered #yiv6690369672 
{margin:1.0in 1.0in 1.0in 1.0in;}#yiv6690369672 div.yiv6690369672WordSection1 
{}#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 results not being kept according tot he job configuration 
   I created a copy of this job and the configuration under Discard old 
builds says        Log rotation         Max # of build to keep: 30

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 without having to 
code it in something like ANT?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/293594395.787483.1419004433935.JavaMail.yahoo%40jws100162.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 master.  Is 
it possible to be able to call a slave from a different master?  I have not 
found it yet in poking around.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1786227515.5155502.1418303932337.JavaMail.yahoo%40jws100144.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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

2014-12-11 Thread Eric Wood
Thanks you for pointing this out.  I will investigate. 

 On Thursday, December 11, 2014 8:20 AM, Slide slide.o@gmail.com 
wrote:
   

 The wiki has info on that see [1]

slide
1 - 
https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-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 to run  a Basic 
Acceptance Test after I deploy code through a Jenkins job from my master.  Is 
it possible to be able to call a slave from a different master?  I have not 
found it yet in poking around.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1786227515.5155502.1418303932337.JavaMail.yahoo%40jws100144.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVe4kKEn1rOW_sudE7RgEnC6gCECCXUuT%2BULheYx0a70SA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


   

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1089986253.425130.1418304537498.JavaMail.yahoo%40jws100106.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2028319185.5234782.1418321467608.JavaMail.yahoo%40jws10046.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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 gives me the 
folder contents.  Is there a way to preserve the folder as testSuite so when 
I copy the archive in teh downstream job the folder testSuite remains as a 
folder at the roo of my workspace?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2126392324.1530718.1417794562203.JavaMail.yahoo%40jws10029.mail.ne1.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


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. Eventually the ssh connect timeouts and the build 
terminates in an UNSTABLE state.  Any idea how I can resolve this issue? The 
run line in the service script looks like this:

su -s /bin/sh $JBOSS_USER -c sh $JBOSS_HOME/bin/standalone.sh -c 
appConfig.xml -b 0.0.0.0 21  /tmp/jboss7.log 

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2014-11-04 Thread Eric Wood
The appearance is that as long as the process is running, the ssh session will 
not terminate. It will eventually timeout, but not terminate on it own even 
when the service command exits with a 0.  If I run the command: 

 service jbossas7.1 stop


while the Jenkins job is still connected 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 
wrote:
 


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. Eventually the ssh connect timeouts and the build 
terminates in an UNSTABLE state.  Any idea how I can resolve this issue? The 
run line in the service script looks like this:

su -s /bin/sh $JBOSS_USER -c sh $JBOSS_HOME/bin/standalone.sh -c 
appConfig.xml -b 0.0.0.0 21  /tmp/jboss7.log 

Thanks, Eric


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2014-11-04 Thread Eric Wood
Richard:

When I run the service from the command line on the actual server, it takes 
about 30 secs to run and does return to the command line prompt.  If I run the 
same service from the publish over ssh, it does not seem to return and times 
out.  I have the time out set to five minutes.  It i stop the process once it 
is started via the ssh command and then go to the server and kill the process 
by running a service jboss7.1 stop, the ssh command will terminate and return 
normally to the jenkins job and indicate success.  What is teh run line you are 
using to start your service?

Thanks, Eric


On Tuesday, November 4, 2014 3:13 PM, Richard Bywater rich...@byh2o.com wrote:
 


Hi Eric

We do this with JBoss EAP and it works fine. We found we had to up the Exec 
Timeout property (under Advanced) as the JBoss start script that we use 
doesn't return until the app server has started and all the apps deployed have 
started too (i.e. its open for business)

Not sure if thats what you are seeing or not but might be worth looking at. I 
assume that service jboss7.1 start, if run from a normal command line, will 
eventually return back to the shell prompt? If not, then that's 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, but not terminate on it own even 
when the service command exits with a 0.  If I run the command: 


 service jbossas7.1 stop



while the Jenkins job is still connected 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 
wrote:
 


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. Eventually the ssh connect timeouts and the build 
terminates in an UNSTABLE state.  Any idea how I can resolve this issue? The 
run line in the service script looks like this:


su -s /bin/sh $JBOSS_USER -c sh $JBOSS_HOME/bin/standalone.sh -c 
 appConfig.xml -b 0.0.0.0 21  /tmp/jboss7.log 


Thanks, Eric




-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 that I have to get the 
admin console up and running for this ... correct?

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2014-11-04 Thread Eric Wood
An additional note.  I see that they recommend using the provided service 
script called $JBOSS_HOME/bin/init.d/jboss-as-standalone.sh. We are using some 
older version developed in-house.  I can't see significant differences, but 
not sure if the way the service is invoked is a factor.
do you use 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 to the command line prompt.  If I run the 
same service from the publish over ssh, it does not seem to return and times 
out.  I have the time out set to five minutes.  It i stop the process once it 
is started via the ssh command and then go to the server and kill the process 
by running a service jboss7.1 stop, the ssh command will terminate and return 
normally to the jenkins job and indicate success.  What is teh run line you are 
using to start your service?

Thanks, Eric


On Tuesday, November 4, 2014 3:13 PM, Richard Bywater rich...@byh2o.com wrote:
 


Hi Eric

We do this with JBoss EAP and it works fine. We found we had to up the Exec 
Timeout property (under Advanced) as the JBoss start script that we use 
doesn't return until the app server has started and all the apps deployed have 
started too (i.e. its open for business)

Not sure if thats what you are seeing or not but might be worth looking at. I 
assume that service jboss7.1 start, if run from a normal command line, will 
eventually return back to the shell prompt? If not, then that's 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, but not terminate on it own even 
when the service command exits with a 0.  If I run the command: 


 service jbossas7.1 stop



while the Jenkins job is still connected 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 
wrote:
 


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. Eventually the ssh connect timeouts and the build 
terminates in an UNSTABLE state.  Any idea how I can resolve this issue? The 
run line in the service script looks like this:


su -s /bin/sh $JBOSS_USER -c sh $JBOSS_HOME/bin/standalone.sh -c 
 appConfig.xml -b 0.0.0.0 21  /tmp/jboss7.log 


Thanks, Eric




-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 tool and have 
used it in the past for deployments.  Most of our applications have deployment 
pipelines that are for in-house and clients-side servers.

I'm curious how to best use Jenkins in a consistent manner for managing 
deployments in our environment.  The CI process builds my deployment packages 
and will have scripts to performing the deployment on the target server, I just 
need to be able to set up Jenkins to runs the builds on each server. I was 
reading up on using docker to provision slaves-on-demand.  I would like to be 
able to start up a slave on the client side deploy the code and then shut it 
down.  I think that since it goes over http and is a temporary service running, 
they will accept this.  We have many different government agencies for clients 
and I need to be able to show a consistent and secure way of perform the 
deployments. 

Does anybody have a suggestion on how I can use Jenkins for this deployment 
phase?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 share. I just 
need to figure out how I run the powershell scripts on the target server.  I 
thought of a slave on the target server, but this seems like a lot of slaves 
are are purely dedicated to deploying apps on the target server.

Is there a plugin that will allow me to run scripts are target server without 
having to install a client/slave?

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
Chris:

Thanks for the reply. Not sure i fully understood the steps. Can you elaborate? 
Where do i set a Predefined parameter and are you saying that once the variable 
is predefined I can merely reference the variable using the ${MYBUILD_NUMBER} 
in the downstream job?




On Wednesday, July 30, 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 wrote:

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 subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an 
email to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 according tot he plugin 
documentation.  Any thoughts on how to debug?

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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) as part 
of the process and have the build fail if the values are not correct.  I have 
done a quick google search on the topic but did not get any good hits.

Can somebody suggest a method for performing this verification step?

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 AM, David Aldrich david.aldr...@emea.nec.com 
wrote:
 


 
Hi
 
For our large C++ project, hosted in Subversion, we have a Jenkins job that 
continuously builds the project on a Linux slave.  We also have jobs that 
periodically run regression tests on it (these tests are long and we don’t want 
to run them on every commit).
 
Currently, the regression tests build their own local copy of the executable 
and then run tests using that copy.  It would be more efficient to pick-up the 
latest build from the continuous build.
 
How would I arrange for the regression test jobs to pick up the latest build 
from the continuous build job?
 
Note that, given that I don’t want the regression tests to run after every 
build, I guess I can’t specify the regression tests as downstream jobs.
 
Any advice would be appreciated.
 
Best regards
 
David
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 the default 
version.

Thansk, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2014-06-09 Thread Eric Wood
Ok, the use of global varaibles/parameters is pretty simple, merely set them in 
the 
manage jenkins -configure system-Global Properties- environment variables 
and set a series of name/value pairs.  In the jenkins job I reference them in 
the ANT properties box as name=${Global_property_1}.  In my case I want to set 
a bunch of global propertry values to use in ANT by a bunch of jenkins jobs.

I have read the global vaiable sting parameter plugin wchic seemed overly 
comlicated and got confuised by the use the plugin and what I assume is 
built-in fiunctionality. 

Thansk, eric


On Friday, 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.  It seems 
that there has to be some way to set global variables and use them without 
having to use the parameterized build plugin, as this forces me to have to 
indicate I want to run the build and the build pipeline plugin does not 
recognize this functionality (i.e. it does nto run with the default values).




On Thursday, June 5, 2014 12:28 PM, Mike Chmielewski mi...@bullhorn.com wrote:
 


I'm using the build flow plugin, which I believe is used by the build pipeline.

Basically my groovy script that orchestrates the build flow passes in some 
variables to the build calls in build flow. I don't have to define the 
parameters on the build job that I am 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 setting the values that you pass in?


Thanks, Eric



On Wednesday, June 4, 2014 3:34 PM, Mike 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.  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 I run into is that this forces me to run a build with parameters 
and prompts me to select the defaults., and the build pipeline plugin does 
not know anything about this and does not seem to kick off the build with the 
specified defaults.


It there a way for me to set up global parameters and get the build process 
to accept them without prompting me for a parameterized build?


Thansdk, Eric

 -- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.




-- 

Michael Chmielewski | Practice Lead, Release Engineering
T 617.478.9368




BULLHORN®

Twitter | LinkedIn | Facebook

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



-- 

Michael Chmielewski | Practice Lead, Release Engineering
T 617.478.9368


BULLHORN®

Twitter | LinkedIn | Facebook

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2014-06-06 Thread Eric Wood
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.  It seems 
that there has to be some way to set global variables and use them without 
having to use the parameterized build plugin, as this forces me to have to 
indicate I want to run the build and the build pipeline plugin does not 
recognize this functionality (i.e. it does nto run with the default values).




On Thursday, June 5, 2014 12:28 PM, Mike Chmielewski mi...@bullhorn.com wrote:
 


I'm using the build flow plugin, which I believe is used by the build pipeline.

Basically my groovy script that orchestrates the build flow passes in some 
variables to the build calls in build flow. I don't have to define the 
parameters on the build job that I am 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 setting the values that you pass in?


Thanks, Eric



On Wednesday, June 4, 2014 3:34 PM, Mike 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.  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 I run into is that this forces me to run a build with parameters 
and prompts me to select the defaults., and the build pipeline plugin does 
not know anything about this and does not seem to kick off the build with the 
specified defaults.


It there a way for me to set up global parameters and get the build process 
to accept them without prompting me for a parameterized build?


Thansdk, Eric

 -- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.




-- 

Michael Chmielewski | Practice Lead, Release Engineering
T 617.478.9368




BULLHORN®

Twitter | LinkedIn | Facebook

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



-- 

Michael Chmielewski | Practice Lead, Release Engineering
T 617.478.9368


BULLHORN®

Twitter | LinkedIn | Facebook

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2014-06-05 Thread Eric Wood
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 setting the values that you pass in?

Thanks, Eric


On Wednesday, June 4, 2014 3:34 PM, Mike 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.  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 I run into is that this forces me to run a build with parameters and 
prompts me to select the defaults., and the build pipeline plugin does not 
know anything about this and does not seem to kick off the build with the 
specified defaults.


It there a way for me to set up global parameters and get the build process to 
accept them without prompting me for a parameterized build?


Thansdk, Eric

 -- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



-- 

Michael Chmielewski | Practice Lead, Release Engineering
T 617.478.9368


BULLHORN®

Twitter | LinkedIn | Facebook

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 I run into is that this forces me to run a build with parameters and 
prompts me to select the defaults., and the build pipeline plugin does not know 
anything about this and does not seem to kick off the build with the specified 
defaults.

It there a way for me to set up global parameters and get the build process to 
accept them without prompting me for a parameterized build?

Thansdk, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 job specifies the 
additional post-build Actions step Build other projetcs (manual step) to 
specify the downstrean job.

The downstream job uses the Clone Workspace for the Source Code Management 
sections.  My deploy takes place using some ANT code calling a REST API for 
Mule as we are deploying a Mule asset to an in-house enterprise service bus.  
All deployment jobs (DEV-TEST-UAT-PROD) in turn use the same clone archive 
and Build other projects (manual step) to pass the workspace down the 
pipeline. Of course prod does not as it end the pipeline.

The Build pipeline plugin is a visualization tool where you indicate the 
starting job and it visualizes the job relationsheip of upstream/downstream 
jobs.  It allows you to manually trigger downstream jobs based upon the sucess 
of the upstream job.


On Monday, June 2, 2014 6:01 PM, Chanda Norton chanda.nor...@gmail.com wrote:
 


how is this configured?  

On Tuesday, March 4, 2014 7:57:29 AM UTC-5, eric...@rocketmail.com wrote:
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.al...@gmail. com 
wrote:
 
The promoted builds plugin is a good starting point.


After that it depends where you are deploying your app to.


In general, you set up your build to archive the artifacts... Then you set up 
promotions to move the archived artifacts to their target servers... 
Parameterized promotions can help if you have to change the target from 
deployment to deployment.


For larger deployments, you are deploying to a file share from which 
chef/puppet does the actual deployment... But for small deployments you just 
push direct to the server eg by the ssh/sftp publisher or by a container 
specific plugin (eg tomcat) or by a PaaS specific deployer plugin (eg 
cloudbees-deployer-plugin for deployment to cloudbees/cloudfoundry/AWS elastic 
beanstalk/google app engine)

On Monday, 3 March 2014, Caleb Tote caleb...@gmail.com wrote:

We've been using Jenkins for a year or so as our CI tool, but would like to 
set it up somehow to also do our environment deployments. I've been testing 
around with Atlassian Bamboo, which nicely integrates both CI and Deployments; 
however, we'd like to stay with Jenkins since it's free.


Is there a plugin for this type of thing? Any suggestions on how to manage 
deployments? Should we just switch to Bamboo?
-- 
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 jenkinsci-users+unsubscribe@ googlegroups.com.
For more options, visit https://groups.google.com/ groups/opt_out.


-- 
Sent from my phone
-- 
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 jenkinsci-use...@ googlegroups.com.

For more options, visit https://groups.google.com/ groups/opt_out.





-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, user id and password. 
However when I run the job, it always errors out by saying User not 
authenticated... 

Am I missing anything here?

Thanks for the help in advance.

Regards,

Munaf
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 JRE that was 
installed with the new jenkins LTS native package.

How do I get the javac to point to my JDK version?

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) 
on project ctmsstudyintegrate: Compilation failure [ERROR] Unable to locate the 
Javac Compiler in: [ERROR] D:\Tools\Jenkins-1.532.2-LTS\jre\..\lib\tools.jar 
[ERROR] Please ensure you are using JDK 1.4 or above and [ERROR] not a JRE (the 
com.sun.tools.javac.Main class is required). [ERROR] In most cases you can 
change the location of your Java [ERROR] installation by setting the JAVA_HOME 
environment variable.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 JRE that was 
installed with the new jenkins LTS native package.

How do I get the javac to point to my JDK version?

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) 
on project ctmsstudyintegrate: Compilation failure [ERROR] Unable to locate the 
Javac Compiler in: [ERROR] D:\Tools\Jenkins-1.532.2-LTS\jre\..\lib\tools.jar 
[ERROR] Please ensure you are using JDK 1.4 or above and [ERROR] not a JRE (the 
com.sun.tools.javac.Main class is required). [ERROR] In most cases you can 
change the location of your Java [ERROR] installation by setting the JAVA_HOME 
environment variable.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Maven build failing on new installation

2014-05-13 Thread Eric Wood
I can see the JDK reference in the new installation config.xml file:

  jdks
    jdk
      namejdk1.7.0_45/name
      homeD:\Tools\Java\jdk1.7.0_45/home
      properties/
    /jdk
  /jdks

The way I resolved this was to go into the startup file and change the 
following code:

  env name=JENKINS_HOME value=%BASE%/
  !--
    if you'd like to run Jenkins with a specific version of Java, specify a 
full path to java.exe.
    The following value assumes that you have java in your PATH.
  --
  executable%JAVA_HOME%\jre\bin\java/executable
  arguments-Xrs -Xmx1024m 
-Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar 
%BASE%\jenkins.war --httpPort=8081/arguments

I changed the executable form %BASE% to JAVA_HOME, but it seems like I should 
not have to do that, that jenkins would pick up and use the configured JDK in 
the config file and not the version used to run the service.  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 configuration to the same installation.  When I run a maven 
build. the compile fails and seems to want to point to the JRE that was 
installed with the new jenkins LTS native package.

How do I get the javac to point to my JDK version?

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) 
on project ctmsstudyintegrate: Compilation failure [ERROR] Unable to locate the 
Javac Compiler in: [ERROR] D:\Tools\Jenkins-1.532.2-LTS\jre\..\lib\tools.jar 
[ERROR] Please ensure you are using JDK 1.4 or above and [ERROR] not a JRE (the 
com.sun.tools.javac.Main class is required). [ERROR] In most cases you can 
change the location of your Java [ERROR] installation by setting the JAVA_HOME 
environment variable.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 CCI-ctmsecrfwsclient_1.0-Release
java.lang.NumberFormatException: For input string: 
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at jenkins.model.PeepholePermalink.resolve(PeepholePermalink.java:87)
at hudson.model.Job.getLastSuccessfulBuild(Job.java:833)
at 
hudson.maven.AbstractMavenProject.createTransientActions(AbstractMavenProject.java:185)

It appears that the lastStable, lastSuccessful folders are no longer 
shortcuts by appear as mere files even though I copied the folder using 
robocopy with the /sl option for symbolic links.

What is the proper upgrade path from a tomcat install to a native install and 
getting the production jobs under the new installation folder?

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2014-04-14 Thread Eric Wood
This is merely copying from one folder tot he next on the same system.
On Monday, April 14, 2014 10:36 AM, Mark Waite mark.earl.wa...@gmail.com 
wrote:
 
Any chance that the copy was made to a new machine, and that the new machine 
does not allow you to create symbolic links?

I thought 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 
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 CCI-ctmsecrfwsclient_1.0-Release
java.lang.NumberFormatException: For input string: 
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at jenkins.model.PeepholePermalink.resolve(PeepholePermalink.java:87)
at hudson.model.Job.getLastSuccessfulBuild(Job.java:833)
at 
hudson.maven.AbstractMavenProject.createTransientActions(AbstractMavenProject.java:185)


It appears that the lastStable, lastSuccessful folders are no longer 
shortcuts by appear as mere files even though I copied the folder using 
robocopy with the /sl option for symbolic links.


What is the proper upgrade path from a tomcat install to a native install and 
getting the production jobs under the new installation folder?


Thanks, Eric -- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



-- 

Thanks!
Mark Waite
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 sure If I 
have have the war file running under tomcat and install a native instance on a 
windows server at the same time.  Not sure if there is port conflict or other 
issues that may impact the success of this process.

Any help would be greatly appreciated.

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Upgrade from war file under tomcat to native install

2014-03-14 Thread Eric Wood
Thanks, 

Are you running your tomcat on windows and is so what version?

Also, I don;t want to run two versions on the same server at once.  I want to 
download the native windows instance and run it, but point it to the jenkins 
home.  Since it starts as a service I assume that I can shit down the tomcat 
service, download and install the native instance and point it to my jenkins 
home ... correct or am I missing something?

Thanks, Eric



On Friday, March 14, 2014 2:35 PM, arthur_her...@homedepot.com 
arthur_her...@homedepot.com wrote:
 
I would not run 2 instances at the same time – Jenkins uses file based storage 
for configs, etc. and the updates by one would not be seen by the other.
 
We run tomcat with these settings in the tomcat/bin/start.sh file.
 
export TOMCAT_LOGS=/var/tomcat/logs
 
# Jenkins Settings
CATALINA_OPTS=-DJENKINS_HOME=/var/jenkins/
 
# Server Settings
CATALINA_OPTS=$CATALINA_OPTS -server
CATALINA_OPTS=$CATALINA_OPTS -Djava.awt.headless=true
 
# Memory Settings
CATALINA_OPTS=$CATALINA_OPTS -Xms4096m
CATALINA_OPTS=$CATALINA_OPTS -Xmx4096m
CATALINA_OPTS=$CATALINA_OPTS -Xmn1024m
CATALINA_OPTS=$CATALINA_OPTS -XX:PermSize=128m
CATALINA_OPTS=$CATALINA_OPTS -XX:MaxPermSize=256m
CATALINA_OPTS=$CATALINA_OPTS -XX:+HeapDumpOnOutOfMemoryError
CATALINA_OPTS=$CATALINA_OPTS -XX:HeapDumpPath=${TOMCAT_LOGS}
 
# Garbage Collection Logging
CATALINA_OPTS=$CATALINA_OPTS -XX:+PrintGCDetails
CATALINA_OPTS=$CATALINA_OPTS -XX:+PrintGCDateStamps
CATALINA_OPTS=$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
To: jenkinsci-users@googlegroups.com
Subject: Upgrade from war file under tomcat to native install
 
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 sure If I 
have have the war file running under tomcat and install a native instance on a 
windows server at the same time.  Not sure if there is port conflict or other 
issues that may impact the success of this process.
 
Any help would be greatly appreciated.
 
Thanks, Eric
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

 
The information in this Internet Email is confidential and may be legally 
privileged. It is intended solely for the addressee. Access to this Email by 
anyone else is unauthorized. If you are not the intended recipient, any 
disclosure, copying, distribution
 or any action taken or omitted to be taken in reliance on it, is prohibited 
and may be unlawful. When addressed to our clients any opinions or advice 
contained in this Email are subject to the terms and conditions expressed in 
any applicable governing The
 Home Depot terms of business or client engagement letter. The Home Depot 
disclaims all responsibility and liability for the accuracy and content of this 
attachment and for any damages or losses arising from any inaccuracies, errors, 
viruses, e.g., worms, trojan
 horses, etc., or other items of a destructive nature, which may be contained 
in this attachment and shall not be liable for direct, indirect, consequential 
or special damages in connection with this e-mail message or its attachment.
 
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
wrote:
 
I have filed JENKINS-21522 in relation to that. Vote for it…

On Wednesday, 5 March 2014 04:54:27 UTC+1, Daniel Carter  wrote:
Yes i have the same problem.  There is an option in the settings to Disable 
automatic artifact archiving, which implies archiving is automatic, but none 
of my jenkins jobs archive any artifacts. 


It used to work a long time ago, how can we restore this behaviour?

On Saturday, 15 December 2012 04:47:37 UTC+13, Dmitry Katsubo  wrote:
Dear Jenkins users,

I have migrated free-style jobs recently from Hudson to Jenkins and I miss 
the following feature.

With
 Maven3 Plugin (in Hudson) it was possible to configure the job 
to archive maven artifacts, in particular the following options where 
available as post-build actions:


Archive Maven 3 artifacts  
 

      Include generated POMs 
 
I cannot find such options in settings for Jenkins job (Maven plugin is 
installed). Checking the sources showed that e.g. maven-plugin/WEB-INF/classes/ 
hudson/maven/reporters/ MavenArtifactArchiver.class is present, but no hints 
how to activate it. Any ideas?

What I want to achieve is automatic archiving of Maven artifacts, attached to 
lifecycle (including those by maven-assebly-plugin). I am a bit reluctant to 
define **/target/*.jar,**/target/*. war,... for every project.

Thanks.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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:
 
The promoted builds plugin is a good starting point.

After that it depends where you are deploying your app to.

In general, you set up your build to archive the artifacts... Then you set up 
promotions to move the archived artifacts to their target servers... 
Parameterized promotions can help if you have to change the target from 
deployment to deployment.

For larger deployments, you are deploying to a file share from which 
chef/puppet does the actual deployment... But for small deployments you just 
push direct to the server eg by the ssh/sftp publisher or by a container 
specific plugin (eg tomcat) or by a PaaS specific deployer plugin (eg 
cloudbees-deployer-plugin for deployment to cloudbees/cloudfoundry/AWS elastic 
beanstalk/google app engine)

On Monday, 3 March 2014, Caleb Tote caleb.t...@gmail.com wrote:

We've been using Jenkins for a year or so as our CI tool, but would like to set 
it up somehow to also do our environment deployments. I've been testing around 
with Atlassian Bamboo, which nicely integrates both CI and Deployments; 
however, we'd like to stay with Jenkins since it's free.


Is there a plugin for this type of thing? Any suggestions on how to manage 
deployments? Should we just switch to Bamboo?
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


-- 
Sent from my phone
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 /usr/lib/jenkins/jenkins.war 
--logfile=/var/log/jenkins/jenkins.log --webroot=/var/cache/jenkins/war 
--daemon --httpPort=8080 --ajp13Port=8009 --debug=5 --handlerCountMax=100 
--handlerCountMaxIdle=20


I have tried to access it using the http://server:8080 but it is not responding 
and I do not see anything in the logs.  


Also, I do not see a config.xml file

[root@na2scmdev jenkins]# ls
hudson.model.UpdateCenter.xml  nodeMonitors.xml  secret.key.not-so-secret
identity.key                   plugins           userContent
jobs                           secret.key


Am I missing something?

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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...@rocketmail.com wrote:

 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 /usr/lib/jenkins/jenkins.war
 --logfile=/var/log/jenkins/jenkins.log --webroot=/var/cache/jenkins/war
 --daemon --httpPort=8080 --ajp13Port=8009 --debug=5 --handlerCountMax=100
 --handlerCountMaxIdle=20


 I have tried to access it using the http://server:8080 but it is not
 responding and I do not see anything in the logs.

Iptables is probably blocking port 8080.


-- 
   Les Mikesell
    lesmikes...@gmail.com

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 and then 
enable the execution of a downstream job.

I am running a test instance which is running as a windows service with all of 
the LATEST code.  The strange thing I see is that if the first job fails and I 
fix the cause and re-trigger from the failed/red box, then it runs forever and 
I get the following error in the jenkins.err log file:

Feb 28, 2014 6:39:39 PM hudson.model.Executor run
SEVERE: Executor threw an exception 
                            java.lang.NullPointerException at 
hudson.model.CauseAction.onAttached(CauseAction.java:135) at                    
                         hudson.model.Run.addAction(Run.java:368) at 
hudson.model.Executor.run(Executor.java:223)

I actually have to restart the service in order to allow the pipeline to be 
rerun.  It gets stuck on this job.  When I look at the executors, they are 
idle, I cannot look at the output of the job as it causes.  If I perform this 
same test on subsequent jobs in the pipeline, I can successfully re-trigger the 
builds after they fail from the trigger on the failed box and have them 
succeed. The first job does pull from the TFS repository, but I see no 
indication as to the cause of the failure.

If anybody can shed some light on this issue or how I can help to debug, I 
would greatly appreciate it.

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issues running ANT on jenkins slave

2014-02-07 Thread Eric Wood
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 load it and then drop my jar file in there.  I 
guess I have to keep doing this for each version I upgrade, 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 use the env property to get a direct for importing additional .xml file.  
When I run the build.xml through my Jenkins job on the slave, it does not seem 
to read the env properly.  I set ANT_HOME on the slave to point to the Jenkins 
managed version of ANT.  I use the master configuration page in Jenkins to set 
my ANT and it pulls it down to the slave for me. When I go to the workspace for 
the job and run the build.xml from a command prompt, it reads the environment 
properly.  

It seems like the slave node will not read the env so I can read values out of 
it that I have set, read and then use. How do i configure my slave to read from 
the environment?

Thanks
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issues running ANT on jenkins slave

2014-02-07 Thread Eric Wood
Thanks. That i'm fine with as i would have to do that regardless of Jenkins 
,managed or managed by me, but what about the issue where ...

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 use the env property to get a direct for importing additional .xml file.  
When I run the build.xml through my Jenkins job on the slave, it does not seem 
to read the env properly.  I set ANT_HOME on the slave to point to the Jenkins 
managed version of ANT.  I use the master configuration page in Jenkins to set 
my ANT and it pulls it down to the slave for me. When I go to the workspace for 
the job and run the build.xml from a command prompt, it reads the environment 
properly.  

It seems like the slave node will not read the env so I can read values out of 
it that I have set, read and then use. How do i configure my slave to read from 
the environment?



On Friday, February 7, 2014 10:02 AM, Mark Waite mark.earl.wa...@gmail.com 
wrote:
 
I think you've understood correctly that Jenkins automatic installation of ant 
does not also automatically install libraries which are not part of the base 
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 load it and then drop my jar file in there.  I 
guess I have to keep doing this for each version I upgrade, 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 use the env property to get a direct for importing additional .xml file.  
When I run the build.xml through my Jenkins job on the slave, it does not seem 
to read the env properly.  I set ANT_HOME on the slave to point to the Jenkins 
managed version of ANT.  I use the master configuration page in Jenkins to set 
my ANT and it pulls it down to the slave for me. When I go to the workspace 
for the job and run the build.xml from a command prompt, it reads the 
environment properly.  


It seems like the slave node will not read the env so I can read values out of 
it that I have set, read and then use. How do i configure my slave to read 
from the environment?


Thanks
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



-- 

Thanks!
Mark Waite
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 it does.  Seems to be the 
way the slave handles system variables. Does it suppress them somehow or do I 
need to change my ANT code to read it as a normal property inherited from the 
Master?

Thanks, Eric



On Friday, February 7, 2014 12:30 PM, Baptiste Mathus bmat...@batmat.net 
wrote:
 
But, I'll add, better don't do it.
Let Jenkins install ant by himself on the slaves. It will really make your life 
simpler. If the public ant versions don't suit your needs, you can even just 
package the one you need, upload it somewhere in your company and tell Jenkins 
to install this version instead of the plugin one.
(This message is sent from the guy who didn't do it originally...  And infra 
eventually became unmanageable when growing, until we finally switch to this 
mode afterwards :))
Le 6 févr. 2014 22:15, Les Mikesell lesmikes...@gmail.com a écrit :

On Thu, Feb 6, 2014 at 3:11 PM, Mark Waite mark.earl.wa...@gmail.com wrote:
 The easiest way with Ant is to use the Jenkins global configuration to
 configure an Ant installation, and have it download that Ant installation
 from Apache.  Then you define the job to use the specific Ant version you
 configured, and it will be downloaded and used for that build.

 That keeps your life simpler when you add and remove slave nodes, since you
 don't need to take extra steps to install and configure Ant on each slave.
 Jenkins does it for you because you configured Ant in the Jenkins
 configuration page.


Or, if you want to install it yourself you can give the version a name
in the global config, then in the per-node config, in node properties,
tool locations, add a path to find it on that node.

--
   Les Mikesell
     lesmikes...@gmail.com

--
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 not translate at the job level.  It did work if I 
set the name/value pair in the Build Environment on the job page itself, but it 
would be nice to be able to use the global setting.  How do I set up the page 
to use the global setting from the configure page?

Thanks for you rhelp

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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.

We want to add functional testing into the mix and have a HP too and test cases 
that allow us to run tests against the deployed code.  In Jenkins, this steps 
runs as a Build step.  We have a series of virtual servers configured to run 
these tests and were planning on running this step on a slave.  It does not 
appears that I can run an actual build step on a slave, but how can I configure 
my jobs to run the deployment, then run the test build step and only have the 
downstream job in the pipeline be able to be manually triggered in the tests 
pass?

Current pipeline jobs are CI - TEST- UAT-Production

In the test scenario, the CI,TEST. and UAT jobs would have build Steps to run 
functional testing. The only thing I can think of is to adjust the pipeline so

1) The CI job kicks off from a change in the SCM repository
2) a CI functional test job is a downstream job, that is automatically kicked 
off is the CI job succeeds
3) The TEST job is a manually executed downstream job of the CI Functional 
Test
4) a TEST functional test job is a downstream job, that is automatically 
kicked off is the TEST job succeeds
5) and so on down the pipeline.

This seems overly complicated and I was not sure if there was a cleaner way to 
execute this process.

Thanks for any insight, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 of virtual servers
 configured to run these tests and were planning on running this step on a
 slave.

You can't run a 'step' on a different host than where the current job
is running.

 It does not appears that I can run an actual build step on a slave,

Well, not a different slave than the one already handling the job.  If
it has to run on a different node a post-build action can start
another job which might use the copy-artifact plugin to collect
anything it needs that has already been built. Or, if you want more
complex control of multiple jobs you might use the build flow plugin.

-- 
  Les Mikesell
    lesmikes...@gmail.com


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 view under 
the folder, none of the links in the pipeline work.  They all produce the 
following error:

Problem accessing /job/Common/view/test/Common/job/test-DEV/2
Not found

The job link is: /job/Common/job/test-DEV

The triggers for the job work, just linking to the results from the jobs in the 
pipeline does not.  It seems like a bug and that it would be pretty easy to fix 
and would add a lot of value to managing pipeline jobs.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Move existing jobs into folders

2013-11-22 Thread Eric Wood
Daniel:

What do you mean by:

But you should still be able to use the full-featured, closed-source Folders 
3.x if you tell Cloudbees your email address. The following features exist in 
Folders version 3 that have been removed from Folders 4 (and moved into 
commercial Folders Plus 2):


How do you gain access to the closed-source version.  Is this part of the 
CloudBees Free Enterprise Plugins?


Thanks, Eric



On Friday, November 22, 2013 1:10 PM, Daniel Beck m...@beckweb.net wrote:
 
You can manually move jobs from the 'jobs' directory into 
'jobs/foldername/jobs'. It will break any existing job relationships, but 
plugins should be able to deal with disappearing jobs.

But you should still be able to use the full-featured, closed-source Folders 
3.x if you tell Cloudbees your email address. The following features exist in 
Folders version 3 that have been removed from Folders 4 (and moved into 
commercial Folders Plus 2):

* Move jobs into/out of folders (without reloading data, but will still break 
job relationships thanks to JENKINS-18028 -- it will appear to delete the 
existing job and to create a new job to plugins monitoring such things)
* Configurable health 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.  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 stop receiving emails from it, send an 
 email to jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Move existing jobs into folders

2013-11-22 Thread Eric Wood
Daniel:

I have never performed such an operation.  I have installed the Free plugins, 
registered with cloudbee and downloaded the 3.15 version.  How do I:
upload it to Jenkins via the update center?




On Friday, November 22, 2013 1:36 PM, Daniel Beck m...@beckweb.net wrote:
 
On 22.11.2013, 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 Jenkins is restarted, 
register, manually download Folders 3.15 from 
http://jenkins-updates.cloudbees.com/download/plugins/cloudbees-folder/ and 
upload it to Jenkins via the update center, and restart Jenkins again. It 
worked like a charm for me without any existing folders. If you have existing 
folders, I'd try it on a throwaway instance first to see what happens to these 
folders.

You'll also probably want to disable or remove the other (annoying) plugins 
that come with the bundle.


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 plugins, 
registered with cloudbee and downloaded the 3.15 version.  How do I:
upload it to Jenkins via the update center?




On Friday, November 22, 2013 1:36 PM, Daniel Beck m...@beckweb.net wrote:
 
On 22.11.2013, 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 Jenkins is restarted, 
register, manually download Folders 3.15 from 
http://jenkins-updates.cloudbees.com/download/plugins/cloudbees-folder/ and 
upload it to Jenkins via the update center, and restart Jenkins again. It 
worked like a charm for me without any existing folders. If you have existing 
folders, I'd try it on a throwaway instance first to see what happens to these 
folders.

You'll also probably want to disable or remove the other (annoying) plugins 
that come with the bundle.


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 interrelated so perhaps 
I can segment those onto separate servers. Others have dependencies and need to 
be either of the same server or I guess on a master slave model.

Is there any place somebody can point me that would tell me the best path for 
growing my Jenkins farm?

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 not 
start with the following error:

Exception in thread Main java/lang.SecurityException: SHA1 digest error for 
winstone.jar
at sun.security.util.ManifestEntryverifier.verify(unknown source)

Seems like it does not like the validation of this jar.  How do I force the 
version back to the previous war; I was running 1.536?

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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

2013-11-14 Thread Eric Wood
Yup,  I downloaded the older version from the website and copied it over the 
bad version and restarted and I'm fine again.  Glad it was my test bed?

Thanks, E



On Thursday, November 14, 2013 1:03 PM, k.thiel...@comcast.net 
k.thiel...@comcast.net wrote:
 
The only way I know how is to copy 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 to latest version, now the Jenkins widows service will 
not start


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 not 
start with the following error:

Exception in thread Main java/lang.SecurityException: SHA1 digest error for 
winstone.jar
at sun.security.util.ManifestEntryverifier.verify(unknown source)

Seems like it does not like the validation of this jar.  How do I force the 
version back to the previous war; I was running 1.536?

Thanks, Eric
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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

2013-11-05 Thread Eric Wood
Scott:

I'm going to look at the throttle plugin, but can you tell me how I set up a 
build executor and only create a single agent within my existing running 
version of Jenkins?  I'm not sure it you are talking about a whole new 
installation on jenkins on a different server, or if there is a way to set up a 
new executor in Jenkins and a new agent and assign only a single agent to that 
executor all in a single installation of jenkins.

Can you clarify?

Thank you, Eric



On Monday, November 4, 2013 4:42 PM, Scott Evans milwrd...@gmail.com wrote:
 
Eric,

If you don't care the order that they run, just that they don't run 
simulatnously, my first thought is to set up a build executor with only one 
agent, and assign this job to that single executor.  That way, only one can run 
at a time.  There's also a build throttling plug-in, but I haven't looked at 
that to know if it would 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 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 once that job 
completes.


Thanks, Eric -- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 once that job 
completes.

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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.  Can somebody 
tell me the best means of accomplishing this task?

Thanks, Eric

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 should be 
12ff0649.

Is there something wrong with the package or my process?

Please help.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 is NOT enables. This 
stops the pipeline in its tracks. I'm forced to create a entirely new pipeline.
1) Initial job fails
2) fix the underlying issue and hit the trigger on the failed job\
3) the job does not indicate that it is re-running with the yellow in 
progress box and the progress bar. If I look at the underlying job, I can see 
that it is running
4) The job succeeds but the pipeline job is not updated to green to reflect 
the success
5) More importantly, the downstream job's trigger is not enabled.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 is NOT enables. This 
stops the pipeline in its tracks. I'm forced to create a entirely new pipeline.
1) Initial job fails
2) fix the underlying issue and hit the trigger on the failed job\
3) the job does not indicate that it is re-running with the yellow in 
progress box and the progress bar. If I look at the underlying job, I can see 
that it is running
4) The job succeeds but the pipeline job is not updated to green to reflect 
the success
5) More importantly, the downstream job's trigger is not enabled.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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

2013-09-24 Thread Eric Wood
Hitting apply is not working for me.  I'm running version 1.530 of Jenkins and 
2.34 of the email extensions plugin.

From: Ginga, Dick dick.gi...@perkinelmer.com
To: jenkinsci-users@googlegroups.com jenkinsci-users@googlegroups.com 
Sent: Tuesday, September 24, 2013 12:34 PM
Subject: RE: editable email Notification Project Recipient List keeps getting 
reset to $DEFAULT_RECIPIENTS
 


 
When in this “state”, as I recall, other things were not getting “saved” like 
the contents of conditional build steps. Apply fixed those too. Now I generally 
always use Apply first
 
From:jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] 
On Behalf Of Slide
Sent: Tuesday, September 24, 2013 12:32 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: editable email Notification Project Recipient List keeps getting 
reset to $DEFAULT_RECIPIENTS
 
Hmmm, that's interesting. What does Apply do differently than Save I wonder.
 
On Tue, Sep 24, 2013 at 9:29 AM, Ginga, Dick dick.gi...@perkinelmer.com wrote:
I struggled with this for a long time. I managed to correct it by doing Apply 
instead of Save just once. Then it seemed to take.
 
It feels like it gets into this state somehow and Apply gets it out.
 
From:jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] 
On Behalf Of Slide
Sent: Tuesday, September 24, 2013 12:25 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: editable email Notification Project Recipient List keeps getting 
reset 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:
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 to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


 
-- 
Website: http://earl-of-code.com 
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


 
-- 
Website: http://earl-of-code.com 
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Build Pipeline post build step does not appear

2013-09-16 Thread Eric Wood
It appears that the documentation for the build pipeline plugin 1.4 is not 
correct.  The document states:

1. Scroll down to the Post-build Actions section.
1. For an Automated downstream build step;
To add a build step that will trigger automatically upon the successful 
completion of the previous one:
1. Select the Build other projects check-box
2. Enter the name(s) of the downstream projects in the Projects to 
build field. (n.b. Multiple projects can be specified by using comma, like 
abc, def.)
2. For a Manually Triggered downstream build step:
To add a build step that will wait for a manual trigger:
1. Select the Build Pipeline Plugin - Manually Execute Downstream 
Project check-box
2. Enter the name(s) of the downstream projects in the Downstream 
Project Names field. (n.b. Multiple projects can be specified by using comma, 
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 PM
Subject: Build Pipeline post build step does not appear
 


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 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 version of the TF command first in the PATH that works for the mvn 
release goals, the ANT tasks fail. If I place the version of the TF command 
first in the PATH that works for the ANT tasks, the mvn release goals fail. 

What I want to do is to manipulate the PATH environment variable on a per job 
basis so I can put the proper TF command in the path.  What is the best way to 
do this?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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
information.
 
Jun 04, 2013 1:51:55 PM
hudson.ExpressionFactory2$JexlExpression evaluate
WARNING: Caught exception evaluating: job.lastFailedBuild in
/jenkins/. Reason: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
    at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at
java.lang.reflect.Method.invoke(Method.java:601)
    at
org.apache.commons.jexl.util.PropertyExecutor.execute(PropertyExecutor.java:125)
    at
org.apache.commons.jexl.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:314)
    at
org.apache.commons.jexl.parser.ASTArrayAccess.evaluateExpr(ASTArrayAccess.java:185)
    at
org.apache.commons.jexl.parser.ASTIdentifier.execute(ASTIdentifier.java:75)
    at
org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:83)
    at
org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:57)
    at
org.apache.commons.jexl.parser.ASTReferenceExpression.value(ASTReferenceExpression.java:51)
    at
org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:80)
    at
hudson.ExpressionFactory2$JexlExpression.evaluate(ExpressionFactory2.java:74)
    at
org.apache.commons.jelly.tags.core.CoreTagLibrary$3.run(CoreTagLibrary.java:134)
    at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
    at
org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
    at
org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:81)
    at
org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:146)
    at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
    at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:161)
    at
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:150)
    at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
    at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
    at
org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
    at
org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
    at
org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:119)
    at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:161)
    at
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:150)
    at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
    at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
    at
org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
    at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
    at
org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98)
    at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
    at
org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
    at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
    at
org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
    at
org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:119)
    at
org.kohsuke.stapler.jelly.groovy.JellyBuilder.doInvokeMethod(JellyBuilder.java:276)
    at
org.kohsuke.stapler.jelly.groovy.Namespace$ProxyImpl.invoke(Namespace.java:92)
    at
$Proxy48.projectView(Unknown Source)
    at
lib.JenkinsTagLib$projectView.call(Unknown Source)
    at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
    at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
    at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
    at
hudson.model.View.main.run(main.groovy:14)
    at
org.kohsuke.stapler.jelly.groovy.GroovierJellyScript.run(GroovierJellyScript.java:69)
    at 

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

says that this issue is fixed and I believe in build 1.510 which is the version 
of the war that I am running.  Is anybody else still experiencing this issue?

I'm running:

* Jenkins 1.510

* Windows Server 2008 R2 standard SP1

* Java: jdk1.6.0_27

* Tomcat: apache-tomcat-7.0.30

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




  1   2   >