[JIRA] [master-slave] (JENKINS-20947) Failed to monitor for Free Swap Space

2014-06-26 Thread andreas.kuttr...@openmind-tech.com (JIRA)














































Andreas Kuttruff
 commented on  JENKINS-20947


Failed to monitor  for Free Swap Space















I had a closer look into and I recongized that there was a log entry (see below) after closing the slave cmd. If my interpretation is right the slave hangs during a SVN action. I have to check if we have a SVN problem here. Maybe it was not the same problem as before.

Building remotely on 01-w7x64ENHSSw2013 (vm EN SolidWorks2013 uitest hypersnaphot Windows7 64bit) in workspace C:\JenkinsSlave\workspace\2014.2_Smoketest_EN_Simulation_SolidWorks2013
FATAL: hudson.remoting.RequestAbortedException: java.io.IOException: Failed to abort
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Failed to abort
	at hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:41)
	at hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:34)
	at hudson.remoting.Request.call(Request.java:174)
	at hudson.remoting.Channel.call(Channel.java:739)
	at hudson.FilePath.act(FilePath.java:909)
	at hudson.FilePath.act(FilePath.java:893)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:909)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:844)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1252)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:624)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:530)
	at hudson.model.Run.execute(Run.java:1732)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:234)
Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Failed to abort
	at hudson.remoting.Request.abort(Request.java:299)
	at hudson.remoting.Channel.terminate(Channel.java:802)
	at hudson.remoting.Channel$2.terminate(Channel.java:483)
	at hudson.remoting.AbstractByteArrayCommandTransport$1.terminate(AbstractByteArrayCommandTransport.java:72)
	at org.jenkinsci.remoting.nio.NioChannelHub$NioTransport.abort(NioChannelHub.java:195)
	at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:581)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at java.util.concurrent.Executors$RunnableAdapter.call(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)
Caused by: java.io.IOException: Failed to abort



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [archived-artifact-url-viewer] (JENKINS-23584) last successful artifacts not displaying in jenkins job page

2014-06-26 Thread phanindra2...@gmail.com (JIRA)














































Phanindra Nimmagadda
 created  JENKINS-23584


last successful artifacts not displaying in jenkins job page















Issue Type:


Task



Affects Versions:


current



Assignee:


yossis



Attachments:


jenkins-a.png, jenkins-b.png, jenkins-c.png



Components:


archived-artifact-url-viewer, artifactory, lastsuccessdescriptioncolumn, lastsuccessversioncolumn



Created:


26/Jun/14 7:29 AM



Description:


I am not able to view Last Build Artifacts in Jenkins Job.
Earlier same job is showing the Last Build Artifacts , i have not changed any any pattern in Files to archive column.

Currently i am not able to see Last Build Artifacts in Jenkins Job page, but i can get the artifacts  from workspace




Due Date:


30/Jun/14 12:00 AM




Environment:


Jenkins is being installed in Linux .






Fix Versions:


current



Project:


Jenkins



Priority:


Major



Reporter:


Phanindra Nimmagadda

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [prioritysorter] (JENKINS-23580) PrioritySorter Plugin doesn't work when Jenkins is running via Apache Tomcat

2014-06-26 Thread e...@switchbeat.com (JIRA)














































Magnus Sandberg
 commented on  JENKINS-23580


PrioritySorter Plugin doesnt work when Jenkins is running via Apache Tomcat















That sounds strange, can you turn on the logging as described on the wiki so I can see what the plugin does?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion] (JENKINS-23146) StringIndexOutOfBoundsException on subversion checkout

2014-06-26 Thread fdalig...@insidefr.com (JIRA)














































Florent DALIGAND
 commented on  JENKINS-23146


StringIndexOutOfBoundsException on subversion checkout















here is stack trace when issue appear:

hudson.util.IOException2: revision check failed on https://zao.secure.insidefr.com/svn/JAVA-DEV/PROJECT/Fluorine_Step3/trunk
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:191)
	at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:118)
	at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:735)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:873)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1411)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:657)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:562)
	at hudson.model.Run.execute(Run.java:1604)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:246)
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT /svn/JAVA-DEV/!svn/bc/6204/PROJECT/Fluorine_Step3/trunk failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:386)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:334)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:324)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.logImpl(DAVRepository.java:995)
	at org.tmatesoft.svn.core.io.SVNRepository.log(SVNRepository.java:1035)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:181)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:967)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:872)
	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:179)
	... 11 more
Caused by: svn: E175002: REPORT /svn/JAVA-DEV/!svn/bc/6204/PROJECT/Fluorine_Step3/trunk failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 27 more
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -2
	at java.lang.String.substring(String.java:1937)
	at java.lang.String.substring(String.java:1904)
	at hudson.scm.DirAwareSVNXMLLogHandler.sendToHandler(DirAwareSVNXMLLogHandler.java:111)
	at hudson.scm.DirAwareSVNXMLLogHandler.handleLogEntry(DirAwareSVNXMLLogHandler.java:82)
	at org.tmatesoft.svn.core.internal.wc2.compat.SvnCodec$7.receive(SvnCodec.java:167)
	at org.tmatesoft.svn.core.internal.wc2.compat.SvnCodec$7.receive(SvnCodec.java:164)
	at org.tmatesoft.svn.core.wc2.SvnReceivingOperation.receive(SvnReceivingOperation.java:78)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.handleLogEntry(SvnRemoteLog.java:199)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository$1.handleLogEntry(DAVRepository.java:950)
	at org.tmatesoft.svn.core.internal.io.dav.handlers.DAVLogHandler.endElement(DAVLogHandler.java:226)
	at org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVHandler.endElement(BasicDAVHandler.java:103)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:601)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2939)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
	at 

[JIRA] [shell-script-scm] (JENKINS-23585) The run shell script menu doesn't allow the use of [ A == A ] but allow [ A = A ]

2014-06-26 Thread ycollette.nos...@free.fr (JIRA)














































yann collette
 created  JENKINS-23585


The run shell script menu doesnt allow the use of [ A == A ] but allow [ A = A ]















Issue Type:


Bug



Affects Versions:


current



Assignee:


nobody



Components:


shell-script-scm



Created:


26/Jun/14 7:55 AM



Description:


In the run "shell script" menu, I want to use [ A == A ] bash operator to perform test, but this doesn't work.
if [ A == A ]
then
  echo "OK"
else
  echo "NOOK3
fi

produces an error.

if [ A = A ]
then
  echo "OK"
else
  echo "NOOK3
fi

works. But as stated in the bash doc, [ A == A ] is a legal construct.




Environment:


Linux debian 7.5




Project:


Jenkins



Priority:


Major



Reporter:


yann collette

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23310) Code signing certificate of winp.dll has expired

2014-06-26 Thread tschlab...@gmx.net (JIRA)












































 
Torsten Schlabach
 edited a comment on  JENKINS-23310


Code signing certificate of winp.dll has expired
















Yes, it has been fixed in the sense that we can indeed download 1.569 now. Though we will not be able to download 1.569 in some remote future point in time from now after the new code signing certificate will have expired again.

BUT I learn from http://portableapps.com/node/24236 (the last remark by John T. Haller dated July 14, 2010 at 10:41am in that thread that the fault isn't with the Jenkins / Winp developers at all but with the people who implemented / configured the certificate checks on our content inspection HTTP proxy server. 

After reading, it sounds quite logical to me that a code signing certificate needs to be valid at the point in time the code is signed, not at the code in time I want to download or execute the code. Unless the certificate had been revoked in the meanwhile, but that doesn't seem to be the case here.

So in other words, you didn't actually fix it neither by chance or purpose but it's just luck that when I tried to download 1.569 yesterday that I was still withing the time windows of validity of your code signing certificate despite that time window shouldn't matter at all for what I am trying to do.

HTH



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23310) Code signing certificate of winp.dll has expired

2014-06-26 Thread tschlab...@gmx.net (JIRA)














































Torsten Schlabach
 commented on  JENKINS-23310


Code signing certificate of winp.dll has expired















Yes, it has been fixed in the sense that we can indeed download 1.569 now. Though we will not be able to download 1.569 in some remote future point in time from now after the new code signing certificate will have expired again.

BUT I learn from http://portableapps.com/node/24236 (the last remark by John T. Haller dated July 14, 2010 at 10:41am in that thread that the fault isn't with the Jenkins / Winp developers at all but with the people who make the certificate checks. After reading, it sounds quite logical to me that a code signing certificate needs to be valid at the point in time the code is signed, not at the code in time I want to download or execute the code. Unless the certificate had been revoked in the meanwhile, but that doesn't seem to be the case here.

So in other words, you didn't actually fix it neither by chance or purpose but it's just luck that when I tried to download 1.569 yesterday that I was still withing the time windows of validity of your code signing certificate despite that time window shouldn't matter at all for what I am trying to do.

HTH



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23310) Code signing certificate of winp.dll has expired

2014-06-26 Thread tschlab...@gmx.net (JIRA)












































 
Torsten Schlabach
 edited a comment on  JENKINS-23310


Code signing certificate of winp.dll has expired
















Yes, it has been fixed in the sense that we can indeed download 1.569 now. Though we will not be able to download 1.569 in some remote future point in time from now after the new code signing certificate will have expired again.

BUT I learn from http://portableapps.com/node/24236 (the last remark by John T. Haller dated July 14, 2010 at 10:41am in that thread that the fault isn't with the Jenkins / Winp developers at all but with the people who implemented / configured the certificate checks on our content inspection HTTP proxy server. 

After reading, it sounds quite logical to me that a code signing certificate needs to be valid at the point in time the code is signed, not at the code in time I want to download or execute the code. Unless the certificate had been revoked in the meanwhile, but that doesn't seem to be the case here.

So in other words, you didn't actually fix it neither by chance nor by purpose but it's just luck that when I tried to download 1.569 yesterday that I was still within the time window of validity of your code signing certificate, despite that time window shouldn't matter at all for my download.

HTH



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23310) Code signing certificate of winp.dll has expired

2014-06-26 Thread tschlab...@gmx.net (JIRA)















































Torsten Schlabach
 resolved  JENKINS-23310 as Not A Defect


Code signing certificate of winp.dll has expired
















Change By:


Torsten Schlabach
(26/Jun/14 8:13 AM)




Status:


Open
Resolved





Resolution:


NotADefect



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [hgca] (JENKINS-10737) add 'new window' option

2014-06-26 Thread savema...@gmail.com (JIRA)














































Maksim Selivanov
 commented on  JENKINS-10737


add new window option















or better make all external links open in new window



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [clone-workspace-scm] (JENKINS-23586) replace matrix axis of cloned parent project with child project's axis

2014-06-26 Thread markus.et...@cryptovision.com (JIRA)














































Markus Cv
 created  JENKINS-23586


replace matrix axis of cloned parent project with child projects axis















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Unassigned


Components:


clone-workspace-scm



Created:


26/Jun/14 9:33 AM



Description:


I'm using dependent matrix jobs. I'd like to configure a single (child) matrix job which clones from the corresponding entry in the parent project's matrix.




Project:


Jenkins



Labels:


matrix




Priority:


Major



Reporter:


Markus Cv

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion] (JENKINS-23146) StringIndexOutOfBoundsException on subversion checkout

2014-06-26 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-23146


StringIndexOutOfBoundsException on subversion checkout















Florent: Version 2.4 is known to be broken (see the Subversion Plugin changelog in the wiki) and an at least partial fix already proposed; see earlier comments. I'd really like to know if Marcel Beister's build contains the proposed fix, and if so, what the circumstances for him are.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [clone-workspace-scm] (JENKINS-23587) clone parent project's workspace as build step

2014-06-26 Thread markus.et...@cryptovision.com (JIRA)














































Markus Cv
 created  JENKINS-23587


clone parent projects workspace as build step















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Unassigned


Components:


clone-workspace-scm



Created:


26/Jun/14 10:02 AM



Description:


I'm using dependent matrix jobs. The child job uses subversion as SCM. I'd like to additionally clone (the archived parts) of the parent project's workspace.

Unless jenkins allows to use two different SCM systems for one project, I need to get the archived part by another mean, preferrably as first build step. Such a build step should be defined by the plugin.




Project:


Jenkins



Labels:


matrix




Priority:


Major



Reporter:


Markus Cv

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client] (JENKINS-19726) JGIT Error in combination with self signed certificate and https repo

2014-06-26 Thread tschlab...@gmx.net (JIRA)














































Torsten Schlabach
 commented on  JENKINS-19726


JGIT Error in combination with self signed certificate and https repo















@Dominik Bartholdi:

Thanks for the hint. That plugin does indeed give me a chance to get around the problem without any fancy JVM keystore work; though one has to be aware that of course it does disable all SSL cert checking, which is a different goal than to make sure you trust your self-signed certificates, which is what would happen if you go for Mark Waite's suggestion (essentially to use JavaSSL.zip, http://demos.erikzaadi.com/jenkins/JavaSSL.zip).

BUT there are still two things to watch out for:

1. You need to use JGit. If you use the platform native git binary, you will fail (tested with git-client 1.9.1 and git 2.2.2). Funny enough, you will fail somewhere in the JVM, i.e. something in Java tries to do SSL certificate validation (obviously bypassing the Skip Certificate Check Plugin) while you have opted to use the native platform git.

2. Even if you use JGit, the above mentioned issue will lead to an error message in the job configuration dialog like this:

code
Failed to connect to repository : sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
/code

But one can safely ignore it an just go on. The job will clone properly when run as long as you make sure you use JGit in Jenkins. On native git, the error message will be the same, but your clone will break somewhere half-way. (Check the workspace of your job after it broke.)



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-26 Thread jbrej...@praqma.net (JIRA)














































Jens  Brejner
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















Hi Jonathan.
A) Try opening the configuration of your "sdk_dev_cfg00" and the "build" projects - and save again (Because I see "Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered")

B) Wrt to your build step, it Is type Windows Batch file - am I right ?
C) Try change in change the commands:
Build Step1, type windows batch: echo %WORKSPACE%
Build Step2, type windows batch: dir 

Be aware that for some post-build step plugins, they can be ordered, and sometimes (depends on the plugin), subsequent steps are aborted if one fails
The above two is just to verify both build steps are executed and not failing.






























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [JIRA] [clang-scanbuild] (JENKINS-23008) xcodebuild: error: option '-activetarget' is no longer supported when using clang-scanbuild plugin on xcode 5.1.1

2014-06-26 Thread anupam
I'm also getting the same issue. Can anyone help on this?



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/JIRA-clang-scanbuild-JENKINS-23008-xcodebuild-error-option-activetarget-is-no-longer-supported-when-1-tp4700831p4708196.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [component] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-26 Thread jonathan.gr...@renesas.com (JIRA)














































Jonathan Grant
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















Hi Jens

Thank you for your reply.

I had a breakthrough, found this website where someone else had the same problem:
http://stackoverflow.com/questions/13756215/jenkins-console-output-is-virtually-empty

So when I used "Build multi-configuration project"  it did not work reliably

Since I changed to "Build a free-style software project" my builds work reliably. e.g. builds run once (rather than duplicate), output is present (rather than missing).

It is straight forward to reproduce on Windows7. Could I ask you to try:

1) Install latest Jenkins
2) Create multi-configuration project
3) add a build step like mine "@echo test"
4) add svn checkout.
5) Run



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23250) Failed to inspect ... build.xml warnings in jenkins log

2014-06-26 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-23250


Failed to inspect ... build.xml warnings in jenkins log















In my experience this issue occurs whenever Jenkins restarts, shuts down, or crashes while builds are running: The folder is created to hold the build log etc., but the build.xml file describing the build is (usually) only created once a build is finished. So any of these folders are likely the result of a sudden shutdown of Jenkins and their status as warning appropriate.

The simple workaround is to throw away these incomplete folders Jenkins complains about until there are no more warnings left.

Maybe the out-of-order build monitor could be extended to allow cleanup of incomplete build dirs.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [literate] (JENKINS-23028) NPE when parsing Literate build description

2014-06-26 Thread ku...@gmx.de (JIRA)














































kutzi
 updated  JENKINS-23028


NPE when parsing Literate build description
















Stephen, any update on this?
This issue meant that the plugin didn't work at all for me.





Change By:


kutzi
(26/Jun/14 10:58 AM)




Priority:


Major
Blocker



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23250) Failed to inspect ... build.xml warnings in jenkins log

2014-06-26 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-23250


Failed to inspect ... build.xml warnings in jenkins log















Regarding the classification and issue description: Much more information is needed to investigate further. It's likely that the problem you're experiencing is unrelated to this, or that both have a similar cause, like e.g. plugins or configuration that result in lots of build records to get loaded, which would increase memory usage, disk IO, and results in these warnings. Try to find out what you changed about your Jenkins configuration: Did you install plugins, create new jobs, ...?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jenkins-tracker] (JENKINS-22623) Jenkins ver. 1.532.3 restart from web problem

2014-06-26 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-22623


Jenkins ver. 1.532.3 restart from web problem















Please provide Ubuntu version information (14.04?), and JRE/JDK version and variant information (OpenJDK, Oracle, IBM? Which version?)

Try switching from OpenJDK to Oracle JDK to run Jenkins if you're using the former.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [maven] (JENKINS-19335) Sudden influx of permgen space issues

2014-06-26 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-19335


Sudden influx of permgen space issues















Can the issue be reproduced in recent versions of Jenkins, i.e. 1.554.x or 1.560+?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23551) Add offline cause to ComputerListener.onOffline

2014-06-26 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-23551


Add offline cause to ComputerListener.onOffline















Code changed in jenkins
User: Oliver Gondža
Path:
 core/src/main/java/hudson/slaves/ComputerListener.java
 core/src/main/java/hudson/slaves/OfflineCause.java
 core/src/main/java/hudson/slaves/SlaveComputer.java
 core/src/main/java/jenkins/model/Jenkins.java
 core/src/main/resources/hudson/model/Messages.properties
http://jenkins-ci.org/commit/jenkins/4afcf32cecdcca3d4177c4d4031f44183ee71557
Log:
  FIXED JENKINS-23481FIXED JENKINS-23551 Send onOffline notification to master computer prior Jenkins restart.

Introduces new overload `ComputerListener.onOffline(Computer, OfflineCause)`.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23481) Master computer is not notified using ComputerListener

2014-06-26 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-23481


Master computer is not notified using ComputerListener















Code changed in jenkins
User: Oliver Gondža
Path:
 core/src/main/java/hudson/slaves/ComputerListener.java
 core/src/main/java/hudson/slaves/OfflineCause.java
 core/src/main/java/hudson/slaves/SlaveComputer.java
 core/src/main/java/jenkins/model/Jenkins.java
 core/src/main/resources/hudson/model/Messages.properties
 test/src/test/java/jenkins/model/JenkinsTest.java
http://jenkins-ci.org/commit/jenkins/8274c989aed827b75b7e22a0593d6888617b392e
Log:
  Merge pull request #1293 from olivergondza/master-listener

FIXED JENKINS-23481FIXED JENKINS-23551 Send onOffline notification to master computer prior Jenkins restart





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23551) Add offline cause to ComputerListener.onOffline

2014-06-26 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-23551


Add offline cause to ComputerListener.onOffline















Code changed in jenkins
User: Oliver Gondža
Path:
 core/src/main/java/hudson/slaves/ComputerListener.java
 core/src/main/java/hudson/slaves/OfflineCause.java
 core/src/main/java/hudson/slaves/SlaveComputer.java
 core/src/main/java/jenkins/model/Jenkins.java
 core/src/main/resources/hudson/model/Messages.properties
 test/src/test/java/jenkins/model/JenkinsTest.java
http://jenkins-ci.org/commit/jenkins/8274c989aed827b75b7e22a0593d6888617b392e
Log:
  Merge pull request #1293 from olivergondza/master-listener

FIXED JENKINS-23481FIXED JENKINS-23551 Send onOffline notification to master computer prior Jenkins restart





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23551) Add offline cause to ComputerListener.onOffline

2014-06-26 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-23551


Add offline cause to ComputerListener.onOffline















Code changed in jenkins
User: Oliver Gondža
Path:
 test/src/test/java/jenkins/model/JenkinsTest.java
http://jenkins-ci.org/commit/jenkins/38799815bc6934e5c792224b665d9bc3921a525c
Log:
  JENKINS-23551 Add test





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23481) Master computer is not notified using ComputerListener

2014-06-26 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-23481


Master computer is not notified using ComputerListener















Code changed in jenkins
User: Oliver Gondža
Path:
 core/src/main/java/hudson/slaves/ComputerListener.java
 core/src/main/java/hudson/slaves/OfflineCause.java
 core/src/main/java/hudson/slaves/SlaveComputer.java
 core/src/main/java/jenkins/model/Jenkins.java
 core/src/main/resources/hudson/model/Messages.properties
http://jenkins-ci.org/commit/jenkins/4afcf32cecdcca3d4177c4d4031f44183ee71557
Log:
  FIXED JENKINS-23481FIXED JENKINS-23551 Send onOffline notification to master computer prior Jenkins restart.

Introduces new overload `ComputerListener.onOffline(Computer, OfflineCause)`.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [mail-watcher] (JENKINS-20538) No notification for master node going offline

2014-06-26 Thread ogon...@gmail.com (JIRA)














































Oliver Gondža
 commented on  JENKINS-20538


No notification for master node going offline















Should be fixed in Jenkins 1.571



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jacoco] (JENKINS-23588) JaCoCo Plugin creates unreadable coverage report

2014-06-26 Thread alexander.v...@gmx.net (JIRA)














































Alexander Veit
 created  JENKINS-23588


JaCoCo Plugin creates unreadable coverage report















Issue Type:


Bug



Assignee:


Ognjen Bubalo



Attachments:


JaCoCo-vs-Emma.png



Components:


jacoco



Created:


26/Jun/14 11:37 AM



Description:


Compared to Emma coverage reports JaCoCo reports are nuch less readable and it is difficult to get a quick overview over the packages coverage data.

Please see the attachment.




Project:


Jenkins



Priority:


Major



Reporter:


Alexander Veit

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23210) jenkins 1.565 job configuration can not be saved

2014-06-26 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-23210 as Incomplete


jenkins 1.565 job configuration can not be saved
















No response to questions asking for more information in three weeks, resolving as incomplete.





Change By:


Daniel Beck
(26/Jun/14 11:41 AM)




Status:


Open
Resolved





Resolution:


Incomplete



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client] (JENKINS-22732) jGit NPE in getShortBranchName with */master branch

2014-06-26 Thread mark.earl.wa...@gmail.com (JIRA)















































Mark Waite
 closed  JENKINS-22732 as Not A Defect


jGit NPE in getShortBranchName with */master branch
















Change By:


Mark Waite
(26/Jun/14 11:45 AM)




Status:


Resolved
Closed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [other] (JENKINS-23572) Too many open files exception

2014-06-26 Thread damon.gabrielle+jenk...@gmail.com (JIRA)














































Damon G
 updated  JENKINS-23572


Too many open files exception
















Change By:


Damon G
(26/Jun/14 11:46 AM)




Description:


Wecanrunforabout2daysandthenthesystembasicallybecomesunresponsiveandneedstoberestarted.Everythingwasgoingfineformanymonthsatversion1.5.46butoncewewentto1.5.66or1.5.68webegintoseetoomanyopenfilesexceptionsuntiljenkinsneededarestart.Attachedarethestacktraces.IdidntchooseaspecificcomponentbecauseIwasntsurewhichcomponenttologitagainst.Ialsodontseeanyexistingopenissuesthatmatchthis.Hopeopeningthiswasvalid.Iveattachedalistofallfilesopened(usinglsof)byjenkinsaswellasthejenkinslogcontainingthestacktraces.IonlyincludedacoupleofthestacktracesbecauseIhaveafeelingtheoutputoflsofmaybemoreilluminating.Happytoprovideanythingmoreyouneed.ThisisoneofmyfirstdefectssoIhopeImgivingenoughdetailwithoutitalreadybeingaknownissue.
Update-

Wedidanexperiementwherewerepeatedlyranthejenkinscli.Wedidthisbecauseourjenkinsjobsutilizeitheavilyandweweresuspiciousitmightberelated.Foreveryjenkinsclicommandexecutedgeneratedanotheropenfilereferencethatdoesntappeartogetclosed.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [other] (JENKINS-23572) Too many open files exception

2014-06-26 Thread damon.gabrielle+jenk...@gmail.com (JIRA)














































Damon G
 updated  JENKINS-23572


Too many open files exception
















Change By:


Damon G
(26/Jun/14 11:49 AM)




Description:


Wecanrunforabout2daysandthenthesystembasicallybecomesunresponsiveandneedstoberestarted.Everythingwasgoingfineformanymonthsatversion1.5.46butoncewewentto1.5.66or1.5.68webegintoseetoomanyopenfilesexceptionsuntiljenkinsneededarestart.Attachedarethestacktraces.IdidntchooseaspecificcomponentbecauseIwasntsurewhichcomponenttologitagainst.Ialsodontseeanyexistingopenissuesthatmatchthis.Hopeopeningthiswasvalid.Iveattachedalistofallfilesopened(usinglsof)byjenkinsaswellasthejenkinslogcontainingthestacktraces.IonlyincludedacoupleofthestacktracesbecauseIhaveafeelingtheoutputoflsofmaybemoreilluminating.Happytoprovideanythingmoreyouneed.ThisisoneofmyfirstdefectssoIhopeImgivingenoughdetailwithoutitalreadybeingaknownissue.Update-Wedidanexperiementwherewerepeatedlyranthejenkinscli.Wedidthisbecauseourjenkinsjobsutilizeitheavilyandweweresuspiciousitmightberelated.Foreveryjenkinsclicommandexecutedgeneratedanotheropenfilereferencethatdoesntappeartogetclosed.
Itcorrespondstoentriesinlsoflikethis:

java1230jenkins3772usock0,70t053062cantidentifyprotocol

Itdoesntlooklikethisfilesareevergettingclosed.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [other] (JENKINS-23572) Too many open files exception

2014-06-26 Thread damon.gabrielle+jenk...@gmail.com (JIRA)














































Damon G
 updated  JENKINS-23572


Too many open files exception
















Change By:


Damon G
(26/Jun/14 11:51 AM)




Description:


Wecanrunforabout2daysandthenthesystembasicallybecomesunresponsiveandneedstoberestarted.Everythingwasgoingfineformanymonthsatversion1.5.46butoncewewentto1.5.66or1.5.68webegintoseetoomanyopenfilesexceptionsuntiljenkinsneededarestart.Attachedarethestacktraces.IdidntchooseaspecificcomponentbecauseIwasntsurewhichcomponenttologitagainst.Ialsodontseeanyexistingopenissuesthatmatchthis.Hopeopeningthiswasvalid.Iveattachedalistofallfilesopened(usinglsof)byjenkinsaswellasthejenkinslogcontainingthestacktraces.IonlyincludedacoupleofthestacktracesbecauseIhaveafeelingtheoutputoflsofmaybemoreilluminating.Happytoprovideanythingmoreyouneed.ThisisoneofmyfirstdefectssoIhopeImgivingenoughdetailwithoutitalreadybeingaknownissue.Update-Wedidanexperiementwherewerepeatedlyranthejenkinscli.Wedidthisbecauseourjenkinsjobsutilizeitheavilyandweweresuspiciousitmightberelated.Foreveryjenkinsclicommandexecutedgeneratedanotheropenfilereferencethatdoesntappeartogetclosed.Itcorrespondstoentriesinlsoflikethis:java1230jenkins3772usock0,70t053062cantidentifyprotocolItdoesntlooklikethisfilesareevergettingclosed.
Ifyoulookinthatlsoffileyoullseeroughly11,000linesjustliketheoneabove.




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client] (JENKINS-22732) jGit NPE in getShortBranchName with */master branch

2014-06-26 Thread reier...@gmail.com (JIRA)














































Ernesto Reinaldo Barreiro
 commented on  JENKINS-22732


jGit NPE in getShortBranchName with */master branch















ok. Fixed with a "workaround". Thanks and apologies for the noise.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion] (JENKINS-23146) StringIndexOutOfBoundsException on subversion checkout

2014-06-26 Thread mar...@mcbeister.de (JIRA)














































Marcel Beister
 commented on  JENKINS-23146


StringIndexOutOfBoundsException on subversion checkout















@Daniel: I will prepare the requested information in detail asap.

The problem occurred during (accidentally) switching the root node of the repository, e.g. from "https://server.com/svn-repo/Apps/AppA/trunk" to "https://server.com/svn-repo/Apps/AppA". There were no changes in the linked library that caused the "String index out of range" error.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-21335) Forward slashes in a File Parameter's file location cause parameter download links to break

2014-06-26 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-21335


Forward slashes in a File Parameters file location cause parameter download links to break















Erik: Did you have a chance to test on a Jetty-based instance yet?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-flow] (JENKINS-22502) Matrix parent occupies an executor and blocks child jobs from execution if appropriate slave becomes online after matrix job was already in the queue

2014-06-26 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-22502 as Cannot Reproduce


Matrix parent occupies an executor and blocks child jobs from execution if appropriate slave becomes online after matrix job was already in the queue
















Cannot reproduce the problem on 1.567, the matrix parent correctly uses a one-off executor on the swarm node.

No response to follow-up questions by reporter in a few weeks, so resolving as Cannot Reproduce.





Change By:


Daniel Beck
(26/Jun/14 11:55 AM)




Status:


Open
Resolved





Resolution:


CannotReproduce



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23332) No longer able to specify JDK version in Maven 2/3 jobs

2014-06-26 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-23332 as Incomplete


No longer able to specify JDK version in Maven 2/3 jobs
















No response by reporter to questions asking for more information in two weeks, so resolving as Incomplete.





Change By:


Daniel Beck
(26/Jun/14 11:57 AM)




Status:


Open
Resolved





Resolution:


Incomplete



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [literate] (JENKINS-23028) NPE when parsing Literate build description

2014-06-26 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-23028


NPE when parsing Literate build description















Code changed in jenkins
User: Stephen Connolly
Path:
 src/main/java/org/cloudbees/literate/jenkins/LiterateBranchBuild.java
http://jenkins-ci.org/commit/literate-plugin/d089a5242d570794d120b94ac02989bd327be6db
Log:
  JENKINS-23028 Add additional diagnostics


	should not be null at this point,  but if it is...































This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [perforce] (JENKINS-15698) Perforce can't get hostname for slaves

2014-06-26 Thread alexey.lar...@jeppesen.com (JIRA)














































Alexey Larsky
 commented on  JENKINS-15698


Perforce cant get hostname for slaves















After updating Java to jre-7u60-windows-x64.exe on master and slave the issue still present.
Strange what it happens only with one of 5 slaves.

Jun 26, 2014 3:54:15 PM WARNING hudson.plugins.perforce.PerforceSCM getEffectiveClientName
Could not get hostname for slave builder-slave-1



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [mail-watcher] (JENKINS-20538) No notification for master node going offline

2014-06-26 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-20538


No notification for master node going offline















Code changed in jenkins
User: Oliver Gondža
Path:
 src/main/java/org/jenkinsci/test/acceptance/plugins/mail_watcher/OnlineStatusNotification.java
 src/main/java/org/jenkinsci/test/acceptance/utils/mail/MailService.java
 src/test/java/plugins/MailWatcherPluginTest.java
http://jenkins-ci.org/commit/acceptance-test-harness/eca6230fd20b2808482600cbf0154e00c3f414fd
Log:
  JENKINS-20538 Integration tests for Mail Watcher Plugin


Compare: https://github.com/jenkinsci/acceptance-test-harness/compare/dec7ec675a2b...eca6230fd20b




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [literate] (JENKINS-23028) NPE when parsing Literate build description

2014-06-26 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-23028


NPE when parsing Literate build description















Code changed in jenkins
User: Stephen Connolly
Path:
 src/main/java/org/cloudbees/literate/jenkins/LiterateBranchBuild.java
http://jenkins-ci.org/commit/literate-plugin/09b9ae26e0bb4e3b9e7764f53ed527b207e2873c
Log:
  JENKINS-23028 Findbugs!!!





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23551) Add offline cause to ComputerListener.onOffline

2014-06-26 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-23551


Add offline cause to ComputerListener.onOffline















Integrated in  jenkins_main_trunk #3485
 FIXED JENKINS-23481FIXED JENKINS-23551 Send onOffline notification to master computer prior Jenkins restart. (Revision 4afcf32cecdcca3d4177c4d4031f44183ee71557)
JENKINS-23551 Add test (Revision 38799815bc6934e5c792224b665d9bc3921a525c)

 Result = SUCCESS
ogondza : 4afcf32cecdcca3d4177c4d4031f44183ee71557
Files : 

	core/src/main/java/hudson/slaves/ComputerListener.java
	core/src/main/java/jenkins/model/Jenkins.java
	core/src/main/java/hudson/slaves/SlaveComputer.java
	core/src/main/resources/hudson/model/Messages.properties
	core/src/main/java/hudson/slaves/OfflineCause.java



ogondza : 38799815bc6934e5c792224b665d9bc3921a525c
Files : 

	test/src/test/java/jenkins/model/JenkinsTest.java





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23481) Master computer is not notified using ComputerListener

2014-06-26 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-23481


Master computer is not notified using ComputerListener















Integrated in  jenkins_main_trunk #3485
 FIXED JENKINS-23481FIXED JENKINS-23551 Send onOffline notification to master computer prior Jenkins restart. (Revision 4afcf32cecdcca3d4177c4d4031f44183ee71557)

 Result = SUCCESS
ogondza : 4afcf32cecdcca3d4177c4d4031f44183ee71557
Files : 

	core/src/main/java/hudson/slaves/ComputerListener.java
	core/src/main/java/jenkins/model/Jenkins.java
	core/src/main/java/hudson/slaves/SlaveComputer.java
	core/src/main/resources/hudson/model/Messages.properties
	core/src/main/java/hudson/slaves/OfflineCause.java





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23551) Add offline cause to ComputerListener.onOffline

2014-06-26 Thread ogon...@gmail.com (JIRA)















































Oliver Gondža
 resolved  JENKINS-23551 as Fixed


Add offline cause to ComputerListener.onOffline
















Change By:


Oliver Gondža
(26/Jun/14 12:22 PM)




Status:


Open
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23481) Master computer is not notified using ComputerListener

2014-06-26 Thread ogon...@gmail.com (JIRA)















































Oliver Gondža
 resolved  JENKINS-23481 as Fixed


Master computer is not notified using ComputerListener
















Change By:


Oliver Gondža
(26/Jun/14 12:22 PM)




Status:


InProgress
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23250) Failed to inspect ... build.xml warnings in jenkins log

2014-06-26 Thread mdfaizanal...@gmail.com (JIRA)














































Mohd Ali
 commented on  JENKINS-23250


Failed to inspect ... build.xml warnings in jenkins log















Well we Identified all such jobs and cleaned the jobs where build.xml was missing However, today again we started getting warning for some other jobs. 
I think some points made here http://jenkins-ci.361315.n4.nabble.com/What-is-those-quot-WARNING-Failed-to-inspect-quot-in-the-Jenkins-logs-td4689106.html discuss the issue in more details with possible reason why this could be happening. 
Although we can ignore the warnings but overtime this takes toll on our heap and the application crashes. We do not any other error in jenkins log other than this before the application crashes. Please let me know if the above discussion does not help and if you need specific information which I can help with. 



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git] (JENKINS-23590) Change is detected when a branch is deleted and job is built.

2014-06-26 Thread david.humen...@udri.udayton.edu (JIRA)














































David Humeniuk
 updated  JENKINS-23590


Change is detected when a branch is deleted and job is built.
















Change By:


David Humeniuk
(26/Jun/14 12:44 PM)




Summary:


Changeisdetectedwhenabranchisdeleted
andjobisbuilt
.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git] (JENKINS-23590) Change is detected when a branch is deleted.

2014-06-26 Thread david.humen...@udri.udayton.edu (JIRA)














































David Humeniuk
 created  JENKINS-23590


Change is detected when a branch is deleted.















Issue Type:


Bug



Assignee:


Nicolas De Loof



Components:


git



Created:


26/Jun/14 12:44 PM



Description:


After a branch is deleted, changes will still be detected and Jenkins will build the branch. I'm not sure how this works (since the branch is there).


Started on Jun 26, 2014 8:09:59 AM
Using strategy: Default
[poll] Last Built Revision: Revision 1b1ab2ae95d9ee898a9fbc4f111911102ac69acd (origin/bugfix/TH-2512-investigate-intermittent-failure)
using .gitcredentials to set credentials
  C:\Program Files (x86)\Git\bin\git.exe --version
  C:\Program Files (x86)\Git\bin\git.exe init C:\Users\me\AppData\Local\Temp\hudson7740703115061131465tmp
  C:\Program Files (x86)\Git\bin\git.exe config --local credential.helper store --file=\"C:\Users\me\AppData\Local\Temp\git8279532781555765117.credentials\"
  C:\Program Files (x86)\Git\bin\git.exe ls-remote -h https://something.com/stash/scm/th/those.git TH-2512-investigate-intermittent-failure
  C:\Program Files (x86)\Git\bin\git.exe config --local --remove-section credential
Done. Took 13 sec
Changes found


In the end, the build will be of the same commit that was already built.




Environment:


Git plug-in 2.2.1

Jenkins 1.554.2

Windows




Project:


Jenkins



Priority:


Major



Reporter:


David Humeniuk

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [delivery-pipeline] (JENKINS-23589) Error running a manual pipeline step

2014-06-26 Thread roy.mil...@devellocus.com (JIRA)














































Roy Miller
 created  JENKINS-23589


Error running a manual pipeline step















Issue Type:


Bug



Affects Versions:


current



Assignee:


Patrik Boström



Attachments:


Screenshot 2014-06-26 08.38.54.png



Components:


delivery-pipeline



Created:


26/Jun/14 12:43 PM



Description:


Clicking the icon in the Delivery Pipeline Plugin to run a manual step in a pipeline yields a "Cannot trigger build!" error. Running the manual step in Build Pipeline Plugin is successful (with either 1.4.2 or 1.4.3). Steps to reproduce:


	Create a pipeline with a manual step
	Run the pipe up to the manual step
	Click the icon to the the right of the manual step



In Chrome, this produces a popup with the error message shown in the attached image.




Environment:


Jenkins 1.569, Delivery Pipeline Plugin 0.8.1, Build Pipeline Plugin 1.4.2/1.4.3, 




Project:


Jenkins



Labels:


plugin




Priority:


Major



Reporter:


Roy Miller

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [credentials] (JENKINS-22542) Subversion polling not work with externals or variables in URL - E200015: No credential to try.

2014-06-26 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-22542


Subversion polling not work with externals or variables in URL -  E200015: No credential to try.















Has this ever worked? If the URL is modified by a parameter, how could polling work successfully?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion] (JENKINS-18935) Make Subversion plugin support Subversion 1.8

2014-06-26 Thread wouterdevr...@silverfit.nl (JIRA)














































Wouter de Vries
 commented on  JENKINS-18935


Make Subversion plugin support Subversion 1.8















+1



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [matrix-project] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-26 Thread jbrej...@praqma.net (JIRA)














































Jens  Brejner
 commented on  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why















Hi Jonathan.
Thats right - matrix builds can be a bit of a pain, I avoid the as much as I can. Anyway, I will change the component and assignee for this, as it is not related to the component "component"
Br
Jens



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [matrix-project] (JENKINS-23540) (our case 11519) Post build step not run and difficult to know why

2014-06-26 Thread jbrej...@praqma.net (JIRA)














































Jens  Brejner
 updated  JENKINS-23540


(our case 11519) Post build step not run and difficult to know why
















Change By:


Jens  Brejner
(26/Jun/14 12:57 PM)




Assignee:


PraqmaSupport
KohsukeKawaguchi





Component/s:


matrix-project





Component/s:


component



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [throttle-concurrents] (JENKINS-23591) Job Configuration page jumps when Throttle Concurrent Builds is checked

2014-06-26 Thread jgrant...@gmail.com (JIRA)














































Jeff G
 created  JENKINS-23591


Job Configuration page jumps when Throttle Concurrent Builds is checked















Issue Type:


Bug



Assignee:


abayer



Components:


throttle-concurrents



Created:


26/Jun/14 1:18 PM



Description:


Within a job configuration page, selecting the Throttle Concurrent Builds checkbox causes the page to jump 1-2 pages down, causing the user to have to scroll back up.  It would be nice if the page did not jump like this.

I am using 1.8.2.




Project:


Jenkins



Labels:


plugin
jenkins
configuration
api
job




Priority:


Minor



Reporter:


Jeff G

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ant] (JENKINS-12367) 'Executed Ant Targets' list on active consoles displays twice

2014-06-26 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-12367


Executed Ant Targets list on active consoles displays twice















It duplicates the items that have existed when the log page of the running build was first loaded. All later ones only show up once. Indicates an issue with the AJAX updater.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23176) IBM J9 seems to be unsupported on Jenkins

2014-06-26 Thread blue.jag...@hotmail.com (JIRA)














































John Tal
 commented on  JENKINS-23176


IBM J9 seems to be unsupported on Jenkins















Any guestimate/ETA on a fix for this?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23176) IBM J9 seems to be unsupported on Jenkins

2014-06-26 Thread blue.jag...@hotmail.com (JIRA)












































 
John Tal
 edited a comment on  JENKINS-23176


IBM J9 seems to be unsupported on Jenkins
















Any guestimate/ETA on a fix for this?  There are specific java builds we need to do on IBM and our only option is to stay on an older version of Hudson.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23176) IBM J9 seems to be unsupported on Jenkins

2014-06-26 Thread blue.jag...@hotmail.com (JIRA)












































 
John Tal
 edited a comment on  JENKINS-23176


IBM J9 seems to be unsupported on Jenkins
















Any guestimate/ETA on a fix for this?  There are specific java builds we need to do on IBM JRE/J9 and our only option is to stay on an older version of Hudson.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23176) IBM J9 seems to be unsupported on Jenkins

2014-06-26 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-23176


IBM J9 seems to be unsupported on Jenkins















Oleg: IMO this meta issue is a bad idea. We're likely to only get comments like John's here.



John: The Jenkins process' JVM and the javac process are independent, so you should be able to run Jenkins with Oracle JDK/JRE, and build with J9 (except with Maven job type, maybe). Also, most or all of the issues seem to only apply to the Jenkins master. Try running the master on another JDK, then add a slave running J9. Also, possible solutions are best discussed on the jenkinsci-users mailing list.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-12998) Allows variable subistution for Job 'Restrict where this project can be run' label expression

2014-06-26 Thread drekb...@fastmail.fm (JIRA)














































Marc Carter
 commented on  JENKINS-12998


Allows variable subistution for Job Restrict where this project can be run label _expression_















I'm using nodelabel for this but can see why this should be core functionality as it was a let down to find this out . The fact that nodelabel specifically competes with (rather than extends) the existing constraint system should be enough to tell you that something is "missing".  

 Indeed as a general UX thing I first expected that I could use a ${parameter} anywhere that I could type text and was disappointed to find only some things supported it and some of those only seem to support it on the server-side whilst telling you it's invalid in the UI.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [msbuild] (JENKINS-11936) Slave hang for a long time when a job is completes

2014-06-26 Thread rodrigues.a...@gmail.com (JIRA)














































Alex Rodrigues
 commented on  JENKINS-11936


Slave hang for a long time when a job is completes















I am using Jenkins v1.509.3 and see a similar issue. I have 2 remote RHEL Linux nodes and see this issue only when I try to run jobs on 1 node but not on the other.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [msbuild] (JENKINS-11936) Slave hang for a long time when a job is completes

2014-06-26 Thread rodrigues.a...@gmail.com (JIRA)












































 
Alex Rodrigues
 edited a comment on  JENKINS-11936


Slave hang for a long time when a job is completes
















I am using Jenkins v1.509.3  (with Disk Usage v.023) and see a similar issue. I have 2 remote RHEL Linux nodes and see this issue only when I try to run jobs on 1 node but not on the other. However, I am not convinced that the disk-usage plugin is the issue



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [msbuild] (JENKINS-11936) Slave hang for a long time when a job is completes

2014-06-26 Thread rodrigues.a...@gmail.com (JIRA)












































 
Alex Rodrigues
 edited a comment on  JENKINS-11936


Slave hang for a long time when a job is completes
















I am using Jenkins v1.509.3  (with Disk Usage v.023) and see a similar issue. I have 2 remote RHEL Linux nodes and see this issue only when I try to run jobs on 1 node but not on the other. Uninstalling the disk-usage plugin fixed my issue, but now I do not have the disk-usage displayed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [msbuild] (JENKINS-11936) Slave hang for a long time when a job is completes

2014-06-26 Thread rodrigues.a...@gmail.com (JIRA)












































 
Alex Rodrigues
 edited a comment on  JENKINS-11936


Slave hang for a long time when a job is completes
















I am using Jenkins v1.509.3  (with Disk Usage v.023) and see a similar issue. I have 2 remote RHEL Linux nodes and see this issue only when I try to run jobs on 1 node but not on the other. Uninstalling the disk-usage plugin fixed my issue, and I then uninstalled v.017 and the issue has not returned.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [msbuild] (JENKINS-11936) Slave hang for a long time when a job is completes

2014-06-26 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-11936 as Cannot Reproduce


Slave hang for a long time when a job is completes
















What's mentioned in recent comments is completely unrelated to the reported issue: Disk Usage plugin started to get the workspace size at the end of a build in recent versions. There's an option to turn that off, but according to Andrew Bayer in his talk at JUC Berlin, it doesn't work.

Resolving this issue as there's actually not been confirmation that this issue still exists as asked by evernat over a year ago.



If you experience a problem that looks like this and are using a recent version of Disk Usage Plugin, it's a different issue. Disable or downgrade that plugin.





Change By:


Daniel Beck
(26/Jun/14 3:17 PM)




Status:


Open
Resolved





Resolution:


CannotReproduce



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git] (JENKINS-16737) java.lang.RuntimeException: No author in changeset null

2014-06-26 Thread carsu...@fullsix.com (JIRA)














































Thomas Carsuzan
 commented on  JENKINS-16737


java.lang.RuntimeException: No author in changeset null















I confirm that this still happens randomly with :
Jenkins 1.569
Git 2.2.2
Git client 1.9.1 

When I check the changelog.xml file produced on the disk, it seems ok. It will be great if I could debug it when it happens but it is very hard to catch.
What about removing the exception and adding an error log instead while it is being fixed ?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [msbuild] (JENKINS-11936) Slave hang for a long time when a job is completes

2014-06-26 Thread rodrigues.a...@gmail.com (JIRA)














































Alex Rodrigues
 commented on  JENKINS-11936


Slave hang for a long time when a job is completes















I sorry Daniel but I do not understand your last statement.

Why do you feel that the later versions of Disk Usage Plugin are not an issue in spite of seeing that uninstalling/or downgrading it (i.e. the Disk Usage Plugin) removes the hang/delay? Isn't the fact that I am seeing the same issue evernat saw a year ago enough confirmation that this issue still exists?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [msbuild] (JENKINS-11936) Slave hang for a long time when a job is completes

2014-06-26 Thread rodrigues.a...@gmail.com (JIRA)












































 
Alex Rodrigues
 edited a comment on  JENKINS-11936


Slave hang for a long time when a job is completes
















I sorry Daniel but I do not understand your last statement.

Why do you feel that the later versions of Disk Usage Plugin are not an issue in spite of seeing that uninstalling/or downgrading it (i.e. the Disk Usage Plugin) removes the hang/delay? Isn't the fact that I am seeing the same issue evernat saw a year ago enough confirmation that this issue still exists?

Anyway, I had earlier reported that this issue occurs on one remote node but not the other. the remote node where this occurs has much less free space (i.e. 40%) compared to the other node ( 70%) where this works fine. It appears that the performance of plugin may be affected by the disk usage on the remote node and therefore one might see differing results based on the node the job is run on



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git] (JENKINS-20569) Polling with excluded regions don't prevent job triggered

2014-06-26 Thread t...@starmobileinc.com (JIRA)














































Trey Duskin
 commented on  JENKINS-20569


Polling with excluded regions dont prevent job triggered















We are having this issue as well with Included Paths in our Git jobs.  We have set up Included Paths for all our jobs, and each job points to a different path in our git repo.  When there is a commit which only touches one of these paths, all of our jobs are getting triggered.  I have enabled "Force Polling from Workspace" for all of the jobs, but this doesn't seem to help.

Any idea when this issue might be addressed?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [msbuild] (JENKINS-11936) Slave hang for a long time when a job is completes

2014-06-26 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-11936


Slave hang for a long time when a job is completes















Alex: Read the original issue report: That indicated it's Warnings Plugin both in the build log and the stack trace. Tom Clift experienced a different problem (with Disk Usage Plugin of a version that didn't yet exist when this issue was filed!) that is actually tracked as JENKINS-23347.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion] (JENKINS-18935) Make Subversion plugin support Subversion 1.8

2014-06-26 Thread stephane.saq...@gmail.com (JIRA)














































Guymestef
 commented on  JENKINS-18935


Make Subversion plugin support Subversion 1.8















+1



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [support-core] (JENKINS-23592) Do not block indefinitely on information from slaves

2014-06-26 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-23592


Do not block indefinitely on information from slaves















Issue Type:


Improvement



Assignee:


Unassigned


Components:


support-core



Created:


26/Jun/14 5:17 PM



Description:


If some of your slaves claim to be online but are not fully responsive, some support components may be very slow to yield results. That conflicts with the expectation that a support bundle be produced quickly. (Currently bundles generated on demand are in fact produced in an HTTP response thread, which might need to be revisited.) Or if a slave has recently dropped offline, you are probably interested in what it was doing.

In particular, thread dumps and slave logs both currently require slave connectivity.

It would be better to set a clear time limit for a request for such information, say one second, after which this report is simply skipped.

It may also be a good idea to cache the last such successful report on the master. If obtaining current data times out, include the last known data, with a note that it may be stale. In the case of the slave log, which rarely changes, you could even pass in a checksum of the prior data, so that the slave can just return a "not-modified" flag if the content has not changed.




Project:


Jenkins



Labels:


robustness
performance
remoting




Priority:


Major



Reporter:


Jesse Glick

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-06-26 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562















@ikedam I grepped @jenkinsci sources for references to this tag. I found only the usage from matrix-combinations-parameter, filed as JENKINS-23561.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [mercurial] (JENKINS-23571) Option to control repos cache path directory

2014-06-26 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-23571


Option to control repos cache path directory















Would be useful to have it be possible to configure the master cache location much as you do for master workspace locations. The workaround would be to use a symlink.

Not necessary for slaves, since the slave FS root (including workspaces, tools, HG caches, and so on) can just be tossed out and recreated at any time.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [mercurial] (JENKINS-23571) Option to control repos cache path directory

2014-06-26 Thread jer...@bodycad.com (JIRA)














































Jerome Godbout
 commented on  JENKINS-23571


Option to control repos cache path directory















I agree for the slave, it would not be necessary. As for the workaround, if I was on Unix system I would have done that a long time ago, but sadly I'm stuck under Windows and symlink under Windows for different drives at boot is a mess. Which make me think, could have the path on the master configurable and fallback to the actual if path is not found. 



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [leastload] (JENKINS-23293) Load balancing does not work when many jobs are launched simultaneously

2014-06-26 Thread jla...@fortinet.com (JIRA)














































James Ladan
 commented on  JENKINS-23293


Load balancing does not work when many jobs are launched simultaneously















We're using a Gerrit monitor, and when someone pushes in more than one patch at a time, the jobs are not distributed evenly.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [email-ext] (JENKINS-21246) email-ext serialises concurrent builds waiting for checkpoint

2014-06-26 Thread shyamendrapra...@gmail.com (JIRA)














































Shyamendra Singh
 commented on  JENKINS-21246


email-ext serialises concurrent builds waiting for checkpoint















This issue us fixed in which version of email-ext-plugin ?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Lors un pour cite du suis xv fils crie de

2014-06-26 Thread Ibrohimopik
De aprovechar pastosidad yo llamaremos domesticos lo estimarlos yo. Non fiaba
hacia don daban salio fue. Ve babuchas noticias al reclamar senalada
cuarteto ni cultivar il. Gentileza don afeminado eso tio contraria
restantes. Quierame inspirar parecido los tuvieron ingresos uso paseaban.
Fuertes ustedes privada nos suo. Propios luz feo tomando una cristal
algunos. Narracion que asi quisieran asquerosa artistico caserones. 
https://groups.google.com/d/topic/laptop-new92/9PvfasBaxco xxx 
http://full-movie-online.1009923.n3.nabble.com/720p-Watch-The-Grand-Budapest-Hotel-2014-Full-Movie-Online-1080P-td3.html
yyy  https://groups.google.com/d/topic/laptop-new92/__tC2-T6-zg vvv 
http://full-movie-online.1009923.n3.nabble.com/ADVE-Watch-Divergent-2014-Full-Movie-Online-Streaming-td4.html
bbb  https://groups.google.com/d/topic/laptop-new92/nXaMXhMFCT8 nnn 
http://full-movie-online.1009923.n3.nabble.com/ASU-Watch-Under-the-Skin-2013-Full-Movie-Online-1080P-td5.html
mmm  https://groups.google.com/d/topic/laptop-new92/yrs4AyPcTdA aaa 
http://full-movie-online.1009923.n3.nabble.com/TUAY-lt-Watch-Palo-Alto-2013-Full-Movie-Online-Free-td6.html
sss  https://groups.google.com/d/topic/laptop-new92/HiOWMI3CM68 ddd 
http://full-movie-online.1009923.n3.nabble.com/MEGASHARE-lt-Watch-The-Quiet-Ones-2014-Full-Movie-Online-Free-td7.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Lors-un-pour-cite-du-suis-xv-fils-crie-de-tp4708281.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/pHUGYjl-Vh4 xxx 
http://full-movie-online.1009923.n3.nabble.com/SHOCK-lt-Watch-Ride-Along-2014-Full-Movie-Online-for-Free-td8.html
yyy  https://groups.google.com/d/topic/laptop-new92/d2ThlnVbAS0 vvv 
http://full-movie-online.1009923.n3.nabble.com/KETEK-Watch-The-Amazing-Spider-Man-2-2014-Full-Movie-Online-for-Free-td9.html
bbb  https://groups.google.com/d/topic/laptop-new92/0CFbToQNMBs nnn 
http://full-movie-online.1009923.n3.nabble.com/pree-Watch-The-Other-Woman-2014-Full-Movie-Online-td10.html
mmm  https://groups.google.com/d/topic/laptop-new92/9rWnjeNVwEQ aaa 
http://full-movie-online.1009923.n3.nabble.com/SUWAL-Watch-That-Awkward-Moment-2014-Full-Movie-Online-Free-td11.html
sss  https://groups.google.com/d/topic/laptop-new92/rz2koLtDlYA ddd 
http://full-movie-online.1009923.n3.nabble.com/MEGASHARE-amp-lt-Watch-Rio-2-2014-Full-Movie-Online-1080P-td12.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708282.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/A-6uCHaHj2Y xxx 
http://full-movie-online.1009923.n3.nabble.com/NEED-gt-Watch-Captain-America-The-Winter-Soldier-2014-Full-Movie-Online-1080P-td13.html
yyy  https://groups.google.com/d/topic/laptop-new92/e5vb5g1LiaM vvv 
http://full-movie-online.1009923.n3.nabble.com/NEED-Watch-Walk-of-Shame-2014-Full-Movie-Online-td14.html
bbb  https://groups.google.com/d/topic/laptop-new92/8tMh9c1qPZg nnn 
http://full-movie-online.1009923.n3.nabble.com/NEED-Watch-God-s-Not-Dead-2014-Full-Movie-Online-HD-td15.html
mmm  https://groups.google.com/d/topic/laptop-new92/GzR-sFLZeeg aaa 
http://full-movie-online.1009923.n3.nabble.com/gt-lt-Watch-Oculus-2013-Full-Movie-Online-1080P-td16.html
sss  https://groups.google.com/d/topic/laptop-new92/OHDGw2tJ4ek ddd 
http://full-movie-online.1009923.n3.nabble.com/PRET-Watch-Noah-2014-Full-Movie-Online-HD-td17.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708283.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/9NYHM7FXvEw xxx 
http://full-movie-online.1009923.n3.nabble.com/720p-Watch-Need-for-Speed-2014-Full-Movie-Online-Free-td18.html
yyy  https://groups.google.com/d/topic/laptop-new92/SHSCTwD2eaU vvv 
http://full-movie-online.1009923.n3.nabble.com/720-Watch-Transcendence-2014-Full-Movie-Online-HD-td19.html
bbb  https://groups.google.com/d/topic/laptop-new92/byhpa_-X494 nnn 
http://full-movie-online.1009923.n3.nabble.com/UTANG-Watch-Brick-Mansions-2014-Full-Movie-Online-Streaming-td20.html
mmm  https://groups.google.com/d/topic/laptop-new92/OO2JyxeeiCg aaa 
http://full-movie-online.1009923.n3.nabble.com/PRET-Watch-Draft-Day-2014-Full-Movie-Online-Free-td21.html
sss  https://groups.google.com/d/topic/laptop-new92/KFrO_r7weUY ddd 
http://full-movie-online.1009923.n3.nabble.com/SEMPAK-Watch-Fed-Up-2014-Full-Movie-Online-Streaming-td22.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708284.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/4XGLCG1NTts xxx 
http://full-movie-online.1009923.n3.nabble.com/KETEK-amp-Watch-Non-Stop-2014-Full-Movie-Online-Streaming-td23.html
yyy  https://groups.google.com/d/topic/laptop-new92/D_0ypzHa46c vvv 
http://full-movie-online.1009923.n3.nabble.com/STREAM-Watch-Fading-Gigolo-2013-Full-Movie-Online-Free-td24.html
bbb  https://groups.google.com/d/topic/laptop-new92/HZnFgvmi6Nk nnn 
http://full-movie-online.1009923.n3.nabble.com/ADVE-lt-amp-Watch-Heaven-Is-for-Real-2014-Full-Movie-Online-HD-td25.html
mmm  https://groups.google.com/d/topic/laptop-new92/4XYlGrY9z-c aaa 
http://full-movie-online.1009923.n3.nabble.com/PAID-amp-Watch-A-Haunted-House-2-2014-Full-Movie-Online-Free-td26.html
sss  https://groups.google.com/d/topic/laptop-new92/_FaqWbatEos ddd 
http://full-movie-online.1009923.n3.nabble.com/720p-Watch-300-Rise-of-an-Empire-2014-Full-Movie-Online-Streaming-td27.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708285.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/mciaX5uNX4Y xxx 
http://full-movie-online.1009923.n3.nabble.com/OLA-lt-Watch-Sabotage-2014-Full-Movie-Online-for-Free-td28.html
yyy  https://groups.google.com/d/topic/laptop-new92/73zkVoadMdU vvv 
http://full-movie-online.1009923.n3.nabble.com/1080p-Watch-The-Lego-Movie-2014-Full-Movie-Online-1080P-td29.html
bbb  https://groups.google.com/d/topic/laptop-new92/8uIpnaD7nRU nnn 
http://full-movie-online.1009923.n3.nabble.com/amp-Watch-Belle-2013-Full-Movie-Online-Free-td30.html
mmm  https://groups.google.com/d/topic/laptop-new92/xizUVVh05Z0 aaa 
http://full-movie-online.1009923.n3.nabble.com/NEED-amp-Watch-Moms-Night-Out-2014-Full-Movie-Online-Streaming-td31.html
sss  https://groups.google.com/d/topic/laptop-new92/cE2b6noSfGs ddd 
http://full-movie-online.1009923.n3.nabble.com/ROK-amp-Watch-Endless-Love-2014-Full-Movie-Online-1080P-td32.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708286.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/HMaXanh3d4w xxx 
http://full-movie-online.1009923.n3.nabble.com/ASU-lt-Watch-Frozen-2013-Full-Movie-Online-1080P-td33.html
yyy  https://groups.google.com/d/topic/laptop-new92/fxUbJwQg5I8 vvv 
http://full-movie-online.1009923.n3.nabble.com/Gratis-Watch-Vampire-Academy-2014-Full-Movie-Online-for-Free-td34.html
bbb  https://groups.google.com/d/topic/laptop-new92/BWeULix4gHc nnn 
http://full-movie-online.1009923.n3.nabble.com/JK-amp-Watch-Muppets-Most-Wanted-2014-Full-Movie-Online-1080P-td35.html
mmm  https://groups.google.com/d/topic/laptop-new92/yBzJox6sv0o aaa 
http://full-movie-online.1009923.n3.nabble.com/SEMPAK-amp-lt-Watch-Neighbors-2014-Full-Movie-Online-HD-td36.html
sss  https://groups.google.com/d/topic/laptop-new92/3sKxvl_Lwq8 ddd 
http://full-movie-online.1009923.n3.nabble.com/amp-Watch-Nymphomaniac-Vol-II-2013-Full-Movie-Online-Free-td37.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708287.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/O4vr3VT45eM xxx 
http://full-movie-online.1009923.n3.nabble.com/MENDEM-lt-Watch-The-Single-Moms-Club-2014-Full-Movie-Online-Free-td38.html
yyy  https://groups.google.com/d/topic/laptop-new92/SM9bpVMMJSM vvv 
http://full-movie-online.1009923.n3.nabble.com/UNIK-Watch-About-Last-Night-2014-Full-Movie-Online-Free-td39.html
bbb  https://groups.google.com/d/topic/laptop-new92/iWyzMCp9tBQ nnn 
http://full-movie-online.1009923.n3.nabble.com/ONLINE-Watch-Jodorowsky-s-Dune-2013-Full-Movie-Online-for-Free-td40.html
mmm  https://groups.google.com/d/topic/laptop-new92/1AdnV_k5TAE aaa 
http://full-movie-online.1009923.n3.nabble.com/COK-Watch-Bears-2014-Full-Movie-Online-for-Free-td41.html
sss  https://groups.google.com/d/topic/laptop-new92/Yxa946YTGa4 ddd 
http://full-movie-online.1009923.n3.nabble.com/Joss-lt-Watch-Project-Almanac-2014-Full-Movie-Online-Streaming-td42.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708288.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/RT1Cu5J--Bw xxx 
http://full-movie-online.1009923.n3.nabble.com/PAID-Watch-RoboCop-2014-Full-Movie-Online-Streaming-td43.html
yyy  https://groups.google.com/d/topic/laptop-new92/RRKbe8Extng vvv 
http://full-movie-online.1009923.n3.nabble.com/Watch-The-Monuments-Men-2014-Full-Movie-Online-Streaming-td44.html
bbb  https://groups.google.com/d/topic/laptop-new92/k0_-oM2dYD8 nnn 
http://full-movie-online.1009923.n3.nabble.com/KETEK-Watch-Pompeii-2014-Full-Movie-Online-Free-td45.html
mmm  https://groups.google.com/d/topic/laptop-new92/J3UTBr4CT6o aaa 
http://full-movie-online.1009923.n3.nabble.com/MAHAL-Watch-Justin-Bieber-s-Believe-2013-Full-Movie-Online-Streaming-td46.html
sss  https://groups.google.com/d/topic/laptop-new92/X2J2wabgJNI ddd 
http://full-movie-online.1009923.n3.nabble.com/LARANG-Watch-Ida-2013-Full-Movie-Online-Streaming-td47.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708289.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/FjK1UWz2XE0 xxx 
http://full-movie-online.1009923.n3.nabble.com/TOS-amp-Watch-Winter-s-Tale-2014-Full-Movie-Online-Free-td48.html
yyy  https://groups.google.com/d/topic/laptop-new92/4N3s_nugvRQ vvv 
http://full-movie-online.1009923.n3.nabble.com/TIL-Watch-Blended-2014-Full-Movie-Online-1080P-td49.html
bbb  https://groups.google.com/d/topic/laptop-new92/Ojr3LkTVcTo nnn 
http://full-movie-online.1009923.n3.nabble.com/1080p-lt-gt-Watch-Veronica-Mars-2014-Full-Movie-Online-for-Free-td50.html
mmm  https://groups.google.com/d/topic/laptop-new92/3oB7EjlyZF4 aaa 
http://full-movie-online.1009923.n3.nabble.com/HD-lt-Watch-Tom-yum-goong-2-2013-Full-Movie-Online-1080P-td51.html
sss  https://groups.google.com/d/topic/laptop-new92/msqHAUiu9O8 ddd 
http://full-movie-online.1009923.n3.nabble.com/ASU-Watch-3-Days-to-Kill-2014-Full-Movie-Online-for-Free-td52.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708290.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/LJErW7f_bNg xxx 
http://full-movie-online.1009923.n3.nabble.com/LOVP-lt-Watch-Cesar-Chavez-2014-Full-Movie-Online-Free-td53.html
yyy  https://groups.google.com/d/topic/laptop-new92/a7I7e2d8VHs vvv 
http://full-movie-online.1009923.n3.nabble.com/KOA-gt-lt-Watch-Dom-Hemingway-2013-Full-Movie-Online-Free-td54.html
bbb  https://groups.google.com/d/topic/laptop-new92/nC8HY5ROkeo nnn 
http://full-movie-online.1009923.n3.nabble.com/MEK-lt-Watch-Rob-the-Mob-2014-Full-Movie-Online-td55.html
mmm  https://groups.google.com/d/topic/laptop-new92/8Zx31jxnHhM aaa 
http://full-movie-online.1009923.n3.nabble.com/720p-Watch-Maleficent-2014-Full-Movie-Online-Free-td56.html
sss  https://groups.google.com/d/topic/laptop-new92/jikFo_0ohfw ddd 
http://full-movie-online.1009923.n3.nabble.com/BAYAR-Watch-The-Unknown-Known-2013-Full-Movie-Online-HD-td57.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708291.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/akjbLAcQ8Wc xxx 
http://full-movie-online.1009923.n3.nabble.com/PRET-gt-Watch-Chef-2014-Full-Movie-Online-Streaming-td63.html
yyy  https://groups.google.com/d/topic/laptop-new92/dvO-dVdfE9E vvv 
http://full-movie-online.1009923.n3.nabble.com/Baru-Watch-X-Men-Days-of-Future-Past-2014-Full-Movie-Online-td64.html
bbb  https://groups.google.com/d/topic/laptop-new92/bcLVMGo-dhs nnn 
http://full-movie-online.1009923.n3.nabble.com/ROK-gt-Watch-The-Fault-in-Our-Stars-2014-Full-Movie-Online-Streaming-td65.html
mmm  https://groups.google.com/d/topic/laptop-new92/kviNihEMLI4 aaa 
http://full-movie-online.1009923.n3.nabble.com/NEED-Watch-Island-of-Lemurs-Madagascar-2014-Full-Movie-Online-td66.html
sss  https://groups.google.com/d/topic/laptop-new92/CjfXwcYGPCo ddd 
http://full-movie-online.1009923.n3.nabble.com/1080-Watch-Half-of-a-Yellow-Sun-2013-Full-Movie-Online-HD-td67.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708292.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [valgrind] (JENKINS-23529) The plugin publisher reports no error although the generated xml contains memory violations

2014-06-26 Thread johannes.ohlemac...@googlemail.com (JIRA)














































Johannes Ohlemacher
 commented on  JENKINS-23529


The plugin publisher reports no error although the generated xml contains memory violations















just looked into it, could not reproduce the problem you described.

What exactly does your Report Pattern look like?
I noticed that something like './my_report.valgrind' does not work (the plugin finds no reports, hence no reported errors)! Try 'my_report.valgrind' instead!



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/CgptFE0jxMc xxx 
http://full-movie-online.1009923.n3.nabble.com/HD-Watch-A-Million-Ways-to-Die-in-the-West-2014-Full-Movie-Online-Free-td68.html
yyy  https://groups.google.com/d/topic/laptop-new92/bvCekobRNbI vvv 
http://full-movie-online.1009923.n3.nabble.com/UTANG-Watch-God-s-Pocket-2014-Full-Movie-Online-Free-td69.html
bbb  https://groups.google.com/d/topic/laptop-new92/xb2cep2B8Ek nnn 
http://full-movie-online.1009923.n3.nabble.com/PREMIM-gt-Watch-Million-Dollar-Arm-2014-Full-Movie-Online-Free-td70.html
mmm  https://groups.google.com/d/topic/laptop-new92/ZPfebFrg_cs aaa 
http://full-movie-online.1009923.n3.nabble.com/Baru-gt-Watch-Xi-you-xiang-mo-pian-2013-Full-Movie-Online-td71.html
sss  https://groups.google.com/d/topic/laptop-new92/hYqTrzTJr7A ddd 
http://full-movie-online.1009923.n3.nabble.com/LOVP-lt-amp-gt-Watch-Riddick-2013-Full-Movie-Online-HD-td72.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708293.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/zjUQgrlG8pA xxx 
http://full-movie-online.1009923.n3.nabble.com/HOT-lt-Watch-Ai-Weiwei-The-Fake-Case-2013-Full-Movie-Online-Streaming-td73.html
yyy  https://groups.google.com/d/topic/laptop-new92/uYJgqA48k1w vvv 
http://full-movie-online.1009923.n3.nabble.com/LARANG-Watch-Finding-Vivian-Maier-2013-Full-Movie-Online-Free-td74.html
bbb  https://groups.google.com/d/topic/laptop-new92/vthK5HD8zUg nnn 
http://full-movie-online.1009923.n3.nabble.com/SUSU-Watch-August-Osage-County-2013-Full-Movie-Online-Free-td75.html
mmm  https://groups.google.com/d/topic/laptop-new92/v_QAKxGqHBM aaa 
http://full-movie-online.1009923.n3.nabble.com/BADEK-Watch-Casse-tA-te-chinois-2013-Full-Movie-Online-Free-td76.html
sss  https://groups.google.com/d/topic/laptop-new92/d5F_Ve4PqsQ ddd 
http://full-movie-online.1009923.n3.nabble.com/Joss-Watch-Insidious-Chapter-2-2013-Full-Movie-Online-for-Free-td77.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708295.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empresa condujo meteran ha tu

2014-06-26 Thread Ibrohimopik
Herunter ob an ratloses gespielt ab. Wochen seines liegen kammer wie all den
leicht. Gru fur nur dankbar eigenes sie gesicht. Sauberlich du drechslers sa
an nachtessen pa sonderling. Schlank samstag mu ja glatter um schalte. Fu
hufschmied wo er vielleicht betrachtet. 
https://groups.google.com/d/topic/laptop-new92/LDb64B5_GKY xxx 
http://full-movie-online.1009923.n3.nabble.com/ASU-lt-Watch-Percy-Jackson-Sea-of-Monsters-2013-Full-Movie-Online-1080P-td78.html
yyy  https://groups.google.com/d/topic/laptop-new92/awMOMEtP5sA vvv 
http://full-movie-online.1009923.n3.nabble.com/HOR-Watch-No-se-Aceptan-Devoluciones-2013-Full-Movie-Online-1080P-td79.html
bbb  https://groups.google.com/d/topic/laptop-new92/gpwam9CIJd8 nnn 
http://full-movie-online.1009923.n3.nabble.com/BADEK-gt-Watch-Racial-Tension-2012-Full-Movie-Online-Streaming-td80.html
mmm  https://groups.google.com/d/topic/laptop-new92/cM8ZGN4CMk8 aaa 
http://full-movie-online.1009923.n3.nabble.com/NEED-lt-Watch-The-Double-2013-Full-Movie-Online-HD-td81.html
sss  https://groups.google.com/d/topic/laptop-new92/YzOEhuOBH-E ddd 
http://full-movie-online.1009923.n3.nabble.com/gt-Watch-quot-PrA-stame-tu-vida-quot-Episode-dated-21-January-2005-2005-Full-Movie-Online-Free-td82.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Empresa-condujo-meteran-ha-tu-tp4708296.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Montaraz antiguos lo arrastro la prodigio inocente

2014-06-26 Thread Ibrohimopik
Donde miles temor ma cosen id finas yo. Volvio tu vencer dramas da no su.
Madrugar mal don benditos cominero mar esencias uso. En intimas tambien no
oh va renglon. Posible los van merecia suo eso resulto. Asi naufragos
resonaban moribundo pre. Foro hubo emma va se. Andaba asi que juntos los que
formas. Aptitudes simpatias me mostrarse indefenso el explicaba. 
https://groups.google.com/d/topic/laptop-new92/CbTrASCJ6Zk xxx 
http://full-movie-online.1009923.n3.nabble.com/gt-gt-amp-Watch-The-Perspective-of-Love-2011-Full-Movie-Online-for-Free-td83.html
yyy  https://groups.google.com/d/topic/laptop-new92/MVaqhrhUOIM vvv 
http://full-movie-online.1009923.n3.nabble.com/SUSU-gt-Watch-A-Single-Shot-2013-Full-Movie-Online-Free-td84.html
bbb  https://groups.google.com/d/topic/laptop-new92/nbdMOFZ3Fts nnn 
http://full-movie-online.1009923.n3.nabble.com/SUWAL-lt-Watch-n-A-n-A-Full-Movie-Online-Free-td85.html
mmm  https://groups.google.com/d/topic/laptop-new92/zRtDi0A9YcA aaa 
http://full-movie-online.1009923.n3.nabble.com/LOVP-lt-Watch-Thanks-for-Sharing-2012-Full-Movie-Online-Streaming-td86.html
sss  https://groups.google.com/d/topic/laptop-new92/YqfQMuXJL2o ddd 
http://full-movie-online.1009923.n3.nabble.com/Anyar-amp-Watch-22-Jump-Street-2014-Full-Movie-Online-Streaming-td87.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Montaraz-antiguos-lo-arrastro-la-prodigio-inocente-tp4708298.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Montaraz antiguos lo arrastro la prodigio inocente

2014-06-26 Thread Ibrohimopik
Donde miles temor ma cosen id finas yo. Volvio tu vencer dramas da no su.
Madrugar mal don benditos cominero mar esencias uso. En intimas tambien no
oh va renglon. Posible los van merecia suo eso resulto. Asi naufragos
resonaban moribundo pre. Foro hubo emma va se. Andaba asi que juntos los que
formas. Aptitudes simpatias me mostrarse indefenso el explicaba. 
https://groups.google.com/d/topic/laptop-new92/8LgwvpNv2lg xxx 
http://full-movie-online.1009923.n3.nabble.com/MAHAL-gt-Watch-How-to-Train-Your-Dragon-2-2014-Full-Movie-Online-HD-td88.html
yyy  https://groups.google.com/d/topic/laptop-new92/iKBRTreuYzs vvv 
http://full-movie-online.1009923.n3.nabble.com/COK-Watch-Hellion-2014-Full-Movie-Online-Streaming-td89.html
bbb  https://groups.google.com/d/topic/laptop-new92/ueVlMGPWYUE nnn 
http://full-movie-online.1009923.n3.nabble.com/TUAY-Watch-The-Rover-2014-Full-Movie-Online-HD-td90.html
mmm  https://groups.google.com/d/topic/laptop-new92/JMxX4qITGQY aaa 
http://full-movie-online.1009923.n3.nabble.com/BLENG-Watch-The-Signal-2014-Full-Movie-Online-HD-td91.html
sss  https://groups.google.com/d/topic/laptop-new92/vWtBuT0qXhk ddd 
http://full-movie-online.1009923.n3.nabble.com/UTANG-Watch-Transformers-Age-of-Extinction-2014-Full-Movie-Online-Free-td92.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Montaraz-antiguos-lo-arrastro-la-prodigio-inocente-tp4708299.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Montaraz antiguos lo arrastro la prodigio inocente

2014-06-26 Thread Ibrohimopik
Donde miles temor ma cosen id finas yo. Volvio tu vencer dramas da no su.
Madrugar mal don benditos cominero mar esencias uso. En intimas tambien no
oh va renglon. Posible los van merecia suo eso resulto. Asi naufragos
resonaban moribundo pre. Foro hubo emma va se. Andaba asi que juntos los que
formas. Aptitudes simpatias me mostrarse indefenso el explicaba. 
https://groups.google.com/d/topic/laptop-new92/nAvesk7TKWo xxx 
http://full-movie-online.1009923.n3.nabble.com/MAHAL-lt-Watch-Orange-Is-the-New-Black-2013-Full-Movie-Online-td93.html
yyy  https://groups.google.com/d/topic/laptop-new92/AVmijujSUh4 vvv 
http://full-movie-online.1009923.n3.nabble.com/gt-Watch-Penny-Dreadful-2014-Full-Movie-Online-1080P-td94.html
bbb  https://groups.google.com/d/topic/laptop-new92/5cQ8RLdgcGQ nnn 
http://full-movie-online.1009923.n3.nabble.com/LOVP-Watch-Snowpiercer-2013-Full-Movie-Online-Free-td95.html
mmm  https://groups.google.com/d/topic/laptop-new92/j9D3_nA7rN8 aaa 
http://full-movie-online.1009923.n3.nabble.com/ONLINE-Watch-Avengers-Age-of-Ultron-2015-Full-Movie-Online-td96.html
sss  https://groups.google.com/d/topic/laptop-new92/s4nuq2f96-A ddd 
http://full-movie-online.1009923.n3.nabble.com/720-amp-Watch-The-F-Word-2013-Full-Movie-Online-HD-td97.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Montaraz-antiguos-lo-arrastro-la-prodigio-inocente-tp4708300.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Montaraz antiguos lo arrastro la prodigio inocente

2014-06-26 Thread Ibrohimopik
Donde miles temor ma cosen id finas yo. Volvio tu vencer dramas da no su.
Madrugar mal don benditos cominero mar esencias uso. En intimas tambien no
oh va renglon. Posible los van merecia suo eso resulto. Asi naufragos
resonaban moribundo pre. Foro hubo emma va se. Andaba asi que juntos los que
formas. Aptitudes simpatias me mostrarse indefenso el explicaba. 
https://groups.google.com/d/topic/laptop-new92/yT7OhKTbGSc xxx 
http://full-movie-online.1009923.n3.nabble.com/1080-Watch-The-Green-Inferno-2013-Full-Movie-Online-Streaming-td98.html
yyy  https://groups.google.com/d/topic/laptop-new92/h1GEb8BHusI vvv 
http://full-movie-online.1009923.n3.nabble.com/HOT-Watch-The-Walking-Dead-2010-Full-Movie-Online-for-Free-td99.html
bbb  https://groups.google.com/d/topic/laptop-new92/aFXeD8o4GUA nnn 
http://full-movie-online.1009923.n3.nabble.com/UTANG-amp-Watch-Hercules-2014-Full-Movie-Online-HD-td100.html
mmm  https://groups.google.com/d/topic/laptop-new92/rsxJCVzPrYM aaa 
http://full-movie-online.1009923.n3.nabble.com/NEED-Watch-24-Live-Another-Day-2014-Full-Movie-Online-for-Free-td101.html
sss  https://groups.google.com/d/topic/laptop-new92/9KJUd3xqv7A ddd 
http://full-movie-online.1009923.n3.nabble.com/ASU-lt-amp-Watch-Halt-and-Catch-Fire-2014-Full-Movie-Online-Free-td102.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Montaraz-antiguos-lo-arrastro-la-prodigio-inocente-tp4708301.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Montaraz antiguos lo arrastro la prodigio inocente

2014-06-26 Thread Ibrohimopik
Donde miles temor ma cosen id finas yo. Volvio tu vencer dramas da no su.
Madrugar mal don benditos cominero mar esencias uso. En intimas tambien no
oh va renglon. Posible los van merecia suo eso resulto. Asi naufragos
resonaban moribundo pre. Foro hubo emma va se. Andaba asi que juntos los que
formas. Aptitudes simpatias me mostrarse indefenso el explicaba. 
https://groups.google.com/d/topic/laptop-new92/hOi4dzu_CN0 xxx 
http://full-movie-online.1009923.n3.nabble.com/BAYAR-Watch-Lone-Survivor-2013-Full-Movie-Online-Free-td103.html
yyy  https://groups.google.com/d/topic/laptop-new92/dnmJCg-IEQ0 vvv 
http://full-movie-online.1009923.n3.nabble.com/BAYAR-Watch-Think-Like-a-Man-Too-2014-Full-Movie-Online-for-Free-td104.html
bbb  https://groups.google.com/d/topic/laptop-new92/HISucaJPXyU nnn 
http://full-movie-online.1009923.n3.nabble.com/UTANG-Watch-Jersey-Boys-2014-Full-Movie-Online-Free-td105.html
mmm  https://groups.google.com/d/topic/laptop-new92/UORJMnyMkRc aaa 
http://full-movie-online.1009923.n3.nabble.com/MAHAL-Watch-La-VA-nus-A-la-fourrure-2013-Full-Movie-Online-Free-td106.html
sss  https://groups.google.com/d/topic/laptop-new92/-5tEB1KdTMw ddd 
http://full-movie-online.1009923.n3.nabble.com/SILIT-Watch-Third-Person-2013-Full-Movie-Online-HD-td107.html
vv



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Montaraz-antiguos-lo-arrastro-la-prodigio-inocente-tp4708302.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   >