[JIRA] [subversion-plugin] (JENKINS-26611) Subversion Plugin - SvnTagPublisher aborted java.lang.NoSuchMethodError

2015-02-12 Thread steven...@java.net (JIRA)












































  
stevenzyk
 edited a comment on  JENKINS-26611


Subversion Plugin - SvnTagPublisher aborted java.lang.NoSuchMethodError
















I am facing the same problem.
Looks like this issue was not be included in version 2.5.
When the new version will be released ? 



























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-plugin] (JENKINS-26611) Subversion Plugin - SvnTagPublisher aborted java.lang.NoSuchMethodError

2015-02-12 Thread steven...@java.net (JIRA)














































stevenzyk
 commented on  JENKINS-26611


Subversion Plugin - SvnTagPublisher aborted java.lang.NoSuchMethodError















looks like the this issue was not be included in version 2.5.
When the new version will be released ? 



























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] [show-build-parameters] (JENKINS-26896) Show build parameters on build start

2015-02-12 Thread s...@flanigan.org (JIRA)














































Sean Flanigan
 commented on  JENKINS-26896


Show build parameters on build start















Pull request: https://github.com/petehayes/show-build-parameters-plugin/pull/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] [android-emulator-plugin] (JENKINS-26893) Unable to run emulator-arm to start emulator

2015-02-12 Thread wesleyarchb...@gmail.com (JIRA)














































Wesley Archbell
 commented on  JENKINS-26893


Unable to run emulator-arm to start emulator















Also tried setting the 'Emulator executable' Advanced option to emulator-arm (which is a symlink to emulator64-arm) but it still called the 'emulator' executable instead of 'emulator-arm'



























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] [android-emulator-plugin] (JENKINS-26893) Unable to run emulator-arm to start emulator

2015-02-12 Thread wesleyarchb...@gmail.com (JIRA)














































Wesley Archbell
 commented on  JENKINS-26893


Unable to run emulator-arm to start emulator















See attachment for plugin configuration. I know the existing emulator works because if i start it manually via AVD it works fine and tests run successfully against it





























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] [android-emulator-plugin] (JENKINS-26893) Unable to run emulator-arm to start emulator

2015-02-12 Thread wesleyarchb...@gmail.com (JIRA)














































Wesley Archbell
 updated  JENKINS-26893


Unable to run emulator-arm to start emulator
















Change By:


Wesley Archbell
(13/Feb/15 2:48 AM)




Attachment:


Screen Shot 2015-02-13 at 12.47.52 pm.png



























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] [android-emulator-plugin] (JENKINS-26893) Unable to run emulator-arm to start emulator

2015-02-12 Thread wesleyarchb...@gmail.com (JIRA)














































Wesley Archbell
 commented on  JENKINS-26893


Unable to run emulator-arm to start emulator















I can see it start the emulator on mac mini but even once its started, the logs still indicate the device is offline even though emulator has started..


$ /Users/dev/android-sdk-macosx/tools/android list target
[android] Using Android SDK: /Users/dev/android-sdk-macosx
$ /Users/dev/android-sdk-macosx/platform-tools/adb start-server

	daemon not running. starting it now on port 5799 *
	daemon started successfully *
$ /Users/dev/android-sdk-macosx/platform-tools/adb start-server
[android] Starting Android emulator
[android] Erasing existing emulator data...
$ /Users/dev/android-sdk-macosx/tools/emulator -no-boot-anim -ports 5797,5798 -avd HAXM_Emulator -no-snapshot-load -no-snapshot-save -wipe-data
Creating filesystem with parameters:
Size: 69206016
Block size: 4096
Blocks per group: 32768
Inodes per group: 4224
Inode size: 256
Journal blocks: 1024
Label: 
Blocks: 16896
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/4224 inodes and 1302/16896 blocks
HAX is working and emulator runs in fast virt mode
$ /Users/dev/android-sdk-macosx/platform-tools/adb connect emulator-5797
[android] Waiting for emulator to finish booting...
$ /Users/dev/android-sdk-macosx/platform-tools/adb -s emulator-5797 shell getprop dev.bootcomplete
error: device offline
$ /Users/dev/android-sdk-macosx/platform-tools/adb -s emulator-5797 shell getprop dev.bootcomplete
error: device offline
$ /Users/dev/android-sdk-macosx/platform-tools/adb -s emulator-5797 shell getprop dev.bootcomplete
error: device offline
$ /Users/dev/android-sdk-macosx/platform-tools/adb -s emulator-5797 shell getprop dev.bootcomplete
error: device offline
$ /Users/dev/android-sdk-macosx/platform-tools/adb -s emulator-5797 shell getprop dev.bootcomplete
error: device offline
$ /Users/dev/android-sdk-macosx/platform-tools/adb -s emulator-5797 shell getprop dev.bootcomplete
error: device offline
$ /Users/dev/android-sdk-macosx/platform-tools/adb -s emulator-5797 shell getprop dev.bootcomplete
error: device offline
$ /Users/dev/android-sdk-macosx/platform-tools/adb -s emulator-5797 shell getprop dev.bootcomplete
error: device offline
$ /Users/dev/android-sdk-macosx/platform-tools/adb -s emulator-5797 shell getprop dev.bootcomplete
error: device offline
$ /Users/dev/android-sdk-macosx/platform-tools/adb -s emulator-5797 shell getprop dev.bootcomplete
error: device offline
$ /Users/dev/android-sdk-macosx/platform-tools/adb -s emulator-5797 shell getprop dev.bootcomplete
error: device offline
$ /Users/dev/android-sdk-macosx/platform-tools/adb -s emulator-5797 shell getprop dev.bootcomplete
error: device offline





























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] [multijob-plugin] (JENKINS-26951) Multijob plug needs to reread the NextBuildNumber variable immediately before retrying a failed build step

2015-02-12 Thread cla...@gmail.com (JIRA)














































Leeam Dagan
 created  JENKINS-26951


Multijob plug needs to reread the NextBuildNumber variable immediately before retrying a failed build step















Issue Type:


Bug



Assignee:


Unassigned


Components:


multijob-plugin



Created:


13/Feb/15 2:16 AM



Description:


Currently when I have a multiple jobs running..

Instance of Main JOB 1
Subjob a  (build number 1)
subjob b
subjob c

Instance of Main JOB 2
subjob a (build number 2)
subjob b
subjob c

Now if subjob a failed on the first Main Job, then it would attempt to retry that subjob a and get a DEAD executor, because it fails to overwrite $Jenkins_Home\Workspace\Job\MainJob\builds\2 because its currently in USE by Main Job 2 subjob a

Should be a straightforward fix, have the retry portion of the multijob plugin reread the nextbuildnumber file and consequently assign the build a number that is not currently in use. 

I believe it currently just increments the previous failed job number by 1






Project:


Jenkins



Priority:


Major



Reporter:


Leeam Dagan

























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] [android-emulator-plugin] (JENKINS-26893) Unable to run emulator-arm to start emulator

2015-02-12 Thread ch...@orr.me.uk (JIRA)














































Christopher Orr
 commented on  JENKINS-26893


Unable to run emulator-arm to start emulator















That has always been possible (well, since shortly after HAXM appeared). Are you having problems starting an x86 emulator?



























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] [android-emulator-plugin] (JENKINS-26893) Unable to run emulator-arm to start emulator

2015-02-12 Thread wesleyarchb...@gmail.com (JIRA)














































Wesley Archbell
 commented on  JENKINS-26893


Unable to run emulator-arm to start emulator















I know this is a separate issue but when will we be able to run this plugin against HAXM emulator?



























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] [integrity-plugin] (JENKINS-26770) 'Apply' doesn't work in version 1.29 of the plugin

2015-02-12 Thread cletusdso...@hotmail.com (JIRA)














































Cletus D'Souza
 commented on  JENKINS-26770


'Apply' doesn't work in version 1.29  of the plugin















Thanks!  I see there is an INFRA issue opened now.



























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] [android-emulator-plugin] (JENKINS-26893) Unable to run emulator-arm to start emulator

2015-02-12 Thread wesleyarchb...@gmail.com (JIRA)














































Wesley Archbell
 commented on  JENKINS-26893


Unable to run emulator-arm to start emulator















Yep i was using the symlink in the past. Thanks



























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] [android-emulator-plugin] (JENKINS-26893) Unable to run emulator-arm to start emulator

2015-02-12 Thread ch...@orr.me.uk (JIRA)














































Christopher Orr
 commented on  JENKINS-26893


Unable to run emulator-arm to start emulator















It will be fixed in the next release, which I'm hoping to do within a week — I have some larger changes that need to be tested first.

In the meantime, you can try installing the latest build, which has this fix included. You can find the .hpi file which you can upload via the Jenkins web UI here:
https://jenkins.ci.cloudbees.com/job/plugins/job/android-emulator-plugin/lastSuccessfulBuild/org.jenkins-ci.plugins$android-emulator/

Alternatively, you can make a symlink in your Android SDK directory so that emulator-arm appears to exist:
cd /Users/wesley/apps/android/sdk/tools; ln -s emulator64-arm emulator-arm



























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] [android-emulator-plugin] (JENKINS-26893) Unable to run emulator-arm to start emulator

2015-02-12 Thread wesleyarchb...@gmail.com (JIRA)














































Wesley Archbell
 commented on  JENKINS-26893


Unable to run emulator-arm to start emulator















Thanks thats great. Do you know which version it will be fixed in and when will it be released?



























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-17405) unable to update "Timeline widget's default view off by one day"

2015-02-12 Thread blades2...@gmail.com (JIRA)















































martin naughton
 closed  JENKINS-17405 as Fixed


unable to update "Timeline widget's default view off by one day"
















closed since the time line will show builds from all days.





Change By:


martin naughton
(12/Feb/15 11:19 PM)




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-17405) unable to update "Timeline widget's default view off by one day"

2015-02-12 Thread blades2...@gmail.com (JIRA)














































martin naughton
 commented on  JENKINS-17405


unable to update "Timeline widget's default view off by one day"















https://github.com/jenkinsci/jenkins/commit/20c4b06f8c5176bfe85ca7edfd62a65b49f46a93



























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-17405) unable to update "Timeline widget's default view off by one day"

2015-02-12 Thread blades2...@gmail.com (JIRA)















































martin naughton
 resolved  JENKINS-17405 as Fixed


unable to update "Timeline widget's default view off by one day"
















Change By:


martin naughton
(12/Feb/15 11:19 PM)




Status:


In Progress
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] [other] (JENKINS-17405) unable to update "Timeline widget's default view off by one day"

2015-02-12 Thread blades2...@gmail.com (JIRA)














































martin naughton
 commented on  JENKINS-17405


unable to update "Timeline widget's default view off by one day"















fixed in 1.58. It will now show 20 builds on the time line widget regardless of how many days.



























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-plugin] (JENKINS-26946) Would be nice to have a trigger based on an environment var or parameter

2015-02-12 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-26946


Would be nice to have a trigger based on an environment var or parameter















It's been in since March of 2013, so 2.38.2 should have it. Just add a trigger from the list named "Script" and it should allow you to enter a script to check whatever you want.



























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] [artifactory-plugin] (JENKINS-26950) Artifactory plugin - Maintaining Version Ranges for Trunk Pom

2015-02-12 Thread david.t.cha...@gmail.com (JIRA)














































David Chang
 created  JENKINS-26950


Artifactory plugin - Maintaining Version Ranges for Trunk Pom















Issue Type:


New Feature



Assignee:


yossis



Components:


artifactory-plugin



Created:


12/Feb/15 11:05 PM



Description:


In our project pom we are using version ranges for our dependencies. When running the artifactory release management with maven goals to resolve ranges for the dependencies to use non SNAPSHOTS it currently changes and commits to both Tag and Trunk’s pom to use actual release versions. We wanted to maintain the version ranges for the dependencies and only change the version to the next SNAPSHOT version within the Trunk’s pom file.

Would it be possible to have a feature for the trunk pom to still maintain version ranges for dependencies and only change to the next SNAPSHOT version?




Environment:


Jenkins 1.593, jdk1.6.0_23, 64bit os




Project:


Jenkins



Priority:


Minor



Reporter:


David Chang

























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-plugin] (JENKINS-26943) credentials.xml file permission too permissive

2015-02-12 Thread wil...@gmail.com (JIRA)














































William Hutson
 updated  JENKINS-26943


credentials.xml file permission too permissive
















Change By:


William Hutson
(12/Feb/15 11:02 PM)




Component/s:


ssh-credentials-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.


[JIRA] [email-ext-plugin] (JENKINS-26946) Would be nice to have a trigger based on an environment var or parameter

2015-02-12 Thread lorelei.mccol...@gmail.com (JIRA)














































Lorelei McCollum
 commented on  JENKINS-26946


Would be nice to have a trigger based on an environment var or parameter















What version of the plugin is that in, the newest one? I don't see anything on the wiki about this, or maybe im missing something, but thanks this is great! We will try upgrading to the newest plugin soo we are on 38.2



























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-plugin] (JENKINS-26943) credentials.xml file permission too permissive

2015-02-12 Thread wil...@gmail.com (JIRA)














































William Hutson
 updated  JENKINS-26943


credentials.xml file permission too permissive
















Change By:


William Hutson
(12/Feb/15 11:03 PM)




Environment:


Credentials plugin version 1.
22
18
 on Jenkins 1.580.3 on ubuntu 14.04 LTS



























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-plugin] (JENKINS-26943) credentials.xml file permission too permissive

2015-02-12 Thread wil...@gmail.com (JIRA)














































William Hutson
 commented on  JENKINS-26943


credentials.xml file permission too permissive















Here's a snippet of the file. It looks like this may be an issue for SSH Credentials Plugin. Sorry!


  

  

  
  

  GLOBAL
  [REDACTED]
  Github SSH Key
  git
  [REDACTED]
  
[REDACTED]
  

  

  




























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-plugin] (JENKINS-26943) credentials.xml file permission too permissive

2015-02-12 Thread wil...@gmail.com (JIRA)












































  
William Hutson
 edited a comment on  JENKINS-26943


credentials.xml file permission too permissive
















Here's a snippet of the file. It looks like this may be an issue for SSH Credentials Plugin. Sorry!
```


  

  

  
  

  GLOBAL
  [REDACTED]
  Github SSH Key
  git
  [REDACTED]
  
[REDACTED]
  

  

  

```



























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] [ec2-plugin] (JENKINS-26854) EC2 slave launch stops working after a while with AmazonServiceException "Request has expired"

2015-02-12 Thread martinf...@java.net (JIRA)














































martinfr62
 commented on  JENKINS-26854


EC2 slave launch stops working after a while with AmazonServiceException "Request has expired" 















Okay - here's what i did in patch form against the pull 131 (so includes your Ximon).

Removed the transient connection object and created a new one every time in connect() and then updated/added some more logging so i could tell when the terminate was about to fire. I also found a typo in the log by doing this in EC2RetentionStrategy - was treating freeSecondsLeft as milliseconds - not seconds - so fixed that also.

—
 src/main/java/hudson/plugins/ec2/EC2Cloud.java | 9 +
 src/main/java/hudson/plugins/ec2/EC2RetentionStrategy.java | 6 +-
 2 files changed, 10 insertions, 5 deletions

diff --git a/src/main/java/hudson/plugins/ec2/EC2Cloud.java b/src/main/java/hudson/plugins/ec2/EC2Cloud.java
index 8891999..ca102e6 100644
— a/src/main/java/hudson/plugins/ec2/EC2Cloud.java
+++ b/src/main/java/hudson/plugins/ec2/EC2Cloud.java
@@ -113,7 +113,7 @@ public abstract class EC2Cloud extends Cloud {
 private final List templates;
 private transient KeyPair usableKeyPair;


	protected transient AmazonEC2 connection;
+   // protected transient AmazonEC2 connection;



 private static AWSCredentialsProvider awsCredentialsProvider;

@@ -460,9 +460,9 @@ public abstract class EC2Cloud extends Cloud {
  */
 public synchronized AmazonEC2 connect() throws AmazonClientException {
 try {

	if (connection == null) {
-connection = connect(createCredentialsProvider(), getEc2EndpointUrl());
-}
+   // if (connection == null) {
+	AmazonEC2connection = connect(createCredentialsProvider(), getEc2EndpointUrl());
+   // }
 return connection;
 } catch (IOException e) {
 throw new AmazonClientException("Failed to retrieve the endpoint",e);
@@ -476,6 +476,7 @@ public abstract class EC2Cloud extends Cloud {
 public synchronized static AmazonEC2 connect(AWSCredentialsProvider credentialsProvider, URL endpoint) {
 awsCredentialsProvider = credentialsProvider;
 ClientConfiguration config = new ClientConfiguration();
+config.setSignerOverride("QueryStringSignerType");
 ProxyConfiguration proxyConfig = Jenkins.getInstance().proxy;
 Proxy proxy = proxyConfig == null ? Proxy.NO_PROXY : proxyConfig.createProxy(endpoint.getHost());
 if (! proxy.equals(Proxy.NO_PROXY) && proxy.address() instanceof InetSocketAddress) {
diff --git a/src/main/java/hudson/plugins/ec2/EC2RetentionStrategy.java b/src/main/java/hudson/plugins/ec2/EC2RetentionStrategy.java
index 22e185a..52d8f49 100644
	
		
		
			a/src/main/java/hudson/plugins/ec2/EC2RetentionStrategy.java
+++ b/src/main/java/hudson/plugins/ec2/EC2RetentionStrategy.java
@@ -94,6 +94,8 @@ public class EC2RetentionStrategy extends RetentionStrategy {
 		final long idleMilliseconds = System.currentTimeMillis() - c.getIdleStartMilliseconds();
 if (idleTerminationMinutes > 0) {
 // TODO: really think about the right strategy here, see JENKINS-23792
+LOGGER.fine("Test Idle timeout of "+c.getName() + " after " + TimeUnit2.MILLISECONDS.toMinutes(idleMilliseconds) + " idle minutes");
+
 if (idleMilliseconds > TimeUnit2.MINUTES.toMillis(idleTerminationMinutes)) {
 LOGGER.info("Idle timeout of "+c.getName() + " after " + TimeUnit2.MILLISECONDS.toMinutes(idleMilliseconds) + " idle minutes");
 c.getNode().idleTimeout();
@@ -110,8 +112,10 @@ public class EC2RetentionStrategy extends RetentionStrategy Unknown macro: { final int freeSecondsLeft = (60*60) - (int)(TimeUnit2.SECONDS.convert(uptime, TimeUnit2.MILLISECONDS) % (60*60)); // if we have less "free" (aka already paid for) time left than our idle time, stop/terminate the instance // See JENKINS-23821+LOGGER.fine("Test Idle timeout of "+c.getName()+" after " + TimeUnit2.MILLISECONDS.toMinutes(idleMilliseconds) + " idle minutes, with " + TimeUnit2.SECONDS.toMinutes(freeSecondsLeft) + " minutes remaining in billing period");+ if (freeSecondsLeft <= (Math.abs(idleTerminationMinutes*60))) {
-LOGGER.info("Idle timeout of "+c.getName()+" after " + TimeUnit2.MILLISECONDS.toMinutes(idleMilliseconds) + " idle minutes, with " + TimeUnit2.MILLISECONDS.toMinutes(fr

[JIRA] [svn-tag-plugin] (JENKINS-26949) Implement SimpleBuildStep for Workflow Compatibility

2015-02-12 Thread nharni...@cloudbees.com (JIRA)














































Nigel Harniman
 created  JENKINS-26949


Implement SimpleBuildStep for Workflow Compatibility















Issue Type:


New Feature



Assignee:


k2nakamura



Components:


svn-tag-plugin



Created:


12/Feb/15 10:47 PM



Description:


svn-tag should implement SimpleBuildStep to allow tighter workflow integration. 




Project:


Jenkins



Labels:


workflow




Priority:


Major



Reporter:


Nigel Harniman

























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-plugin] (JENKINS-26948) Implement SimpleBuildStep for Workflow Compatibility

2015-02-12 Thread nharni...@cloudbees.com (JIRA)














































Nigel Harniman
 created  JENKINS-26948


Implement SimpleBuildStep for Workflow Compatibility















Issue Type:


New Feature



Assignee:


kdsweeney



Components:


msbuild-plugin



Created:


12/Feb/15 10:44 PM



Description:


msbuild-plugin should implement SimpleBuildStep to allow tighter workflow integration. 




Project:


Jenkins



Labels:


workflow




Priority:


Major



Reporter:


Nigel Harniman

























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] [remoting] (JENKINS-26947) Unattended wait in the remoting code

2015-02-12 Thread yoann.dubre...@gmail.com (JIRA)














































Yoann Dubreuil
 created  JENKINS-26947


Unattended wait in the remoting code















Issue Type:


Bug



Assignee:


Unassigned


Attachments:


Dockerfile, launch.sh, stacktrace.txt



Components:


remoting



Created:


12/Feb/15 10:36 PM



Description:


I find a way to trigger a remoting problem using tcp fault injection with netem. I'm able to trigger this wait call at hudson.remoting.Request.call(Request.java:146):

{{
while(response==null && !channel.isInClosed())
  // I don't know exactly when this can happen, as pendingCalls are cleaned up by Channel,
  // but in production I've observed that in rare occasion it can block forever, even after a channel
  // is gone. So be defensive against that.
  wait(30*1000);
}}

When this wait is triggered, the running build is stuck and consumes a executor. It loops over and over on the wait.

To reproduce, setup a SSH slave using the attached Dockerfile, and setup netem on the docker0 bridge like this:

tc qdisc add dev docker0 root netem
tc qdisc change dev docker0 root netem corrupt 1

Testing requires to run the job one time before configuring netem, as netem settings are applied to all network streams, it could fail while downloading Maven dependencies. I just launched a Maven build of a example project to trigger the problem. It might be a Maven specific problem...

To remove netem settings, just run tc qdisc del dev docker0 root.

I've attached the Dockerfile, the command I used to launch it and a threaddump of a Jenkins stuck master.




Environment:


Linux




Project:


Jenkins



Priority:


Minor



Reporter:


Yoann Dubreuil

























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-plugin] (JENKINS-26946) Would be nice to have a trigger based on an environment var or parameter

2015-02-12 Thread slide.o....@gmail.com (JIRA)















































Alex Earl
 resolved  JENKINS-26946 as Won't Fix


Would be nice to have a trigger based on an environment var or parameter
















The script trigger should allow you to this.





Change By:


Alex Earl
(12/Feb/15 10:19 PM)




Status:


Open
Resolved





Resolution:


Won't Fix



























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-plugin] (JENKINS-26929) Notifiy only last committer

2015-02-12 Thread slide.o....@gmail.com (JIRA)















































Alex Earl
 resolved  JENKINS-26929 as Not A Defect


Notifiy only last committer
















Change By:


Alex Earl
(12/Feb/15 10:13 PM)




Status:


Open
Resolved





Resolution:


Not A Defect



























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-plugin] (JENKINS-26929) Notifiy only last committer

2015-02-12 Thread slide.o....@gmail.com (JIRA)















































Alex Earl
 closed  JENKINS-26929 as Not A Defect


Notifiy only last committer
















Change By:


Alex Earl
(12/Feb/15 10:13 PM)




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] [email-ext-plugin] (JENKINS-26946) Would be nice to have a trigger based on an environment var or parameter

2015-02-12 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-26946


Would be nice to have a trigger based on an environment var or parameter















With the script trigger, you can develop any trigger you want. Check an environment variable, etc. 

TL;DR you can do this now with the script trigger.



























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-plugin] (JENKINS-26946) Would be nice to have a trigger based on an environment var or parameter

2015-02-12 Thread lorelei.mccol...@gmail.com (JIRA)














































Lorelei McCollum
 created  JENKINS-26946


Would be nice to have a trigger based on an environment var or parameter















Issue Type:


New Feature



Assignee:


Alex Earl



Components:


email-ext-plugin



Created:


12/Feb/15 10:05 PM



Description:


Finding I want to send an email based on a build param. There is now way to either wrap the email sending in the post build in an if statement or add a trigger that is based on a environment variable or parameter
This functionality would be extremely helpful




Project:


Jenkins



Priority:


Minor



Reporter:


Lorelei McCollum

























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] [naginator-plugin] (JENKINS-26945) Core requirement upgrade doesn't seems to be needed for plugin building

2015-02-12 Thread adrien.lecharpent...@gmail.com (JIRA)














































Adrien Lecharpentier
 commented on  JENKINS-26945


Core requirement upgrade doesn't seems to be needed for plugin building















Please see my PR here: https://github.com/jenkinsci/naginator-plugin/pull/15



























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] [naginator-plugin] (JENKINS-26945) Core requirement upgrade doesn't seems to be needed for plugin building

2015-02-12 Thread adrien.lecharpent...@gmail.com (JIRA)














































Adrien Lecharpentier
 created  JENKINS-26945


Core requirement upgrade doesn't seems to be needed for plugin building















Issue Type:


Bug



Assignee:


Nicolas De Loof



Components:


naginator-plugin



Created:


12/Feb/15 9:53 PM



Description:


In version 1.12, the plugin had upgrade the core requirement to 1.565 even if the compilation doesn't require it. The current tip of the plugin doesn't seems to require it either. 




Project:


Jenkins



Priority:


Minor



Reporter:


Adrien Lecharpentier

























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] [job-dsl-plugin] (JENKINS-24943) add groovy() method to buildWrappers => environmentVariables

2015-02-12 Thread m...@daniel-spilker.com (JIRA)














































Daniel Spilker
 commented on  JENKINS-24943


add groovy() method to buildWrappers => environmentVariables















https://github.com/jenkinsci/job-dsl-plugin/pull/374



























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] [job-dsl-plugin] (JENKINS-24943) add groovy() method to buildWrappers => environmentVariables

2015-02-12 Thread m...@daniel-spilker.com (JIRA)














































Daniel Spilker
 started work on  JENKINS-24943


add groovy() method to buildWrappers => environmentVariables
















Change By:


Daniel Spilker
(12/Feb/15 9:44 PM)




Status:


Open
In Progress



























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] [job-dsl-plugin] (JENKINS-26424) Abort build option isn't supported for build timeout plugin

2015-02-12 Thread m...@daniel-spilker.com (JIRA)














































Daniel Spilker
 started work on  JENKINS-26424


Abort build option isn't supported for build timeout plugin
















Change By:


Daniel Spilker
(12/Feb/15 9:44 PM)




Status:


Open
In Progress



























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-plugin] (JENKINS-24718) Git plugin should populate 'scmName' property in api output

2015-02-12 Thread mah...@money-media.com (JIRA)














































Jamil Ahmed
 commented on  JENKINS-24718


Git plugin should populate 'scmName' property in api output















So the scmName that appears in the API response is supposed to be the "Custom SCM Name" in job's configure page? I have a Custom SCM Name set for one of my repos, but it doesn't show up anywhere in the response.



























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] [job-dsl-plugin] (JENKINS-24943) add groovy() method to buildWrappers => environmentVariables

2015-02-12 Thread m...@daniel-spilker.com (JIRA)















































Daniel Spilker
 assigned  JENKINS-24943 to Daniel Spilker



add groovy() method to buildWrappers => environmentVariables
















Change By:


Daniel Spilker
(12/Feb/15 9:24 PM)




Assignee:


Daniel Spilker



























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-plugin] (JENKINS-26943) credentials.xml file permission too permissive

2015-02-12 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-26943


credentials.xml file permission too permissive















Passwords are encrypted, and the encryption key is in the inaccessible `JENKINS_HOME/secrets` folder.



























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] [copyartifact-plugin] (JENKINS-26895) Exception if Dashboard View plugin is not installed

2015-02-12 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-26895


Exception if Dashboard View plugin is not installed















Looks more like something may have gone wrong extracting dashboard view. I'd try trashing the folders in JENKINS_HOME/plugins/ while Jenkins is stopped to have it recreate them from jpi's upon next start.



























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-26940) JAVA_HOME is empty when no installer is available for a JDK

2015-02-12 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-26940


JAVA_HOME is empty when no installer is available for a JDK















Why is this a bug? It's not difficult to imagine this being a deliberate setup ("If not on a 'jdk1' node, use the system default JDK").

Maybe logging could be improved (if there's really none), but that's it.



























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-plugin] (JENKINS-26929) Notifiy only last committer

2015-02-12 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-26929


Notifiy only last committer















If there have been multiple commits since the latest build, Jenkins has no way to know which of the committers broke the build. So why only email one of them?



























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-26916) There should be an option to turn on/off variable substitution in build parameters

2015-02-12 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-26916 as Duplicate


There should be an option to turn on/off variable substitution in build parameters
















Change By:


Daniel Beck
(12/Feb/15 9:05 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























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-26911) Can't access /userContent when not logged in

2015-02-12 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-26911 as Duplicate


Can't access /userContent when not logged in
















Change By:


Daniel Beck
(12/Feb/15 9:01 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























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-plugin] (JENKINS-26944) Subversion plugin does not resolve environment variables for SCM polling

2015-02-12 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-26944


Subversion plugin does not resolve environment variables for SCM polling















Where are you defining the environment variables that don't get used for polling?



























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-plugin] (JENKINS-26944) Subversion plugin does not resolve environment variables for SCM polling

2015-02-12 Thread timothy.br...@dematic.com (JIRA)














































Tim Bradt
 created  JENKINS-26944


Subversion plugin does not resolve environment variables for SCM polling















Issue Type:


Bug



Assignee:


Unassigned


Components:


subversion-plugin



Created:


12/Feb/15 8:58 PM



Description:


The subversion plug-in of course resolves environment variables for updating the working copy.  However, when using SCM polling env vars are not resolved.

I have found the following comment in Jenkins-13075:
Michael Clarke added a comment - 18/Nov/12 9:37 AM
During polling the plugin isn't provided the environmental variables so wouldn't be able to do an expansion for you. This is partly because polling is supposed to be a task that doesn't require user input so there would be no way of handling user defined parameters.

I don't understand the problem with SCM polling allowing a dependency on environment variables.  This is not dynamic user input, but a static environment variable in Jenkins.  Polling and the environment variable both reside in Jenkins.  Why can polling then not be coded to access an environment variable?  Perhaps the other "partly" of the explanation would make more sense.

So this may end up being resolved through explanation, but for now I'm creating it as a bug.  The logic behind the omission escapes me so my perspective at the moment is defect.




Project:


Jenkins



Priority:


Minor



Reporter:


Tim Bradt

























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-auth-plugin] (JENKINS-26909) Project-based security inheritance doesn't work

2015-02-12 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-26909 as Cannot Reproduce


Project-based security inheritance doesn't work
















Cannot reproduce on Jenkins 1.600 dev build with either matrix-auth 1.1 or 1.2 using PAM security realm. A user who's only authenticated (providing Overall/Read and Job/Read) cannot build a project.

Please provide:


	Versions of Jenkins and matrix-auth affected
	The affected authenticated users' /whoAmI page
	The full global and project-specific security configuration (including any parent folders if using Cloudbees Folders Plugin), anonymized







Change By:


Daniel Beck
(12/Feb/15 8:58 PM)




Status:


Open
Resolved





Resolution:


Cannot Reproduce



























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] [job-dsl-plugin] (JENKINS-26424) Abort build option isn't supported for build timeout plugin

2015-02-12 Thread m...@daniel-spilker.com (JIRA)














































Daniel Spilker
 commented on  JENKINS-26424


Abort build option isn't supported for build timeout plugin















https://github.com/jenkinsci/job-dsl-plugin/pull/373



























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] [integrity-plugin] (JENKINS-26906) Re-introduce the ability to override the username/password at the specific job

2015-02-12 Thread dan...@beckweb.net (JIRA)












































  
Daniel Beck
 edited a comment on  JENKINS-26906


Re-introduce the ability to override the username/password at the specific job
















I can understand that where each project has its own Jenkins server and their own service account, this will be much easier. However, we have a central Jenkins server that is run by the Tools Group that has many varied jobs, some of which require admin access to Integrity.

Install Cloudbees Folders Plugin, give each project their own folder, and tell them to define credentials in the scope of that folder. Done.

So while there is probably some merit to this requirement (for flexibility alone if you have a zoo of credentials for some weird reason), sharing a server is not an 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] [integrity-plugin] (JENKINS-26906) Re-introduce the ability to override the username/password at the specific job

2015-02-12 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-26906


Re-introduce the ability to override the username/password at the specific job















I can understand that where each project has its own Jenkins server and their own service account, this will be much easier. However, we have a central Jenkins server that is run by the Tools Group that has many varied jobs, some of which require admin access to Integrity.

Install Cloudbees Folders Plugin, give each project their own folder, and tell them to define credentials on that folder.



























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-26897) Specify true/false values for boolean parameter

2015-02-12 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-26897


Specify true/false values for boolean parameter















This should probably be handled in a 'wrapper' build script translating Jenkins parameters into what the build script expects (can be the sh/batch command). Even if Jenkins support is needed for some reason, this should be a 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.


[JIRA] [credentials-plugin] (JENKINS-26943) credentials.xml file permission too permissive

2015-02-12 Thread wil...@gmail.com (JIRA)














































William Hutson
 created  JENKINS-26943


credentials.xml file permission too permissive















Issue Type:


Bug



Assignee:


stephenconnolly



Components:


credentials-plugin



Created:


12/Feb/15 7:51 PM



Description:


The credentials.xml file holds a plaintext copy of the credentials stored via Jenkins. On a fresh install of Jenkins, this file has world readable permissions by default:

$ ls -l /var/lib/jenkins/credentials.xml
rw-rr- 1 jenkins jenkins 2863 Feb 12 19:00 /var/lib/jenkins/credentials.xml

It should have at least group readable permissions only.




Environment:


Credentials plugin version 1.22 on Jenkins 1.580.3 on ubuntu 14.04 LTS




Project:


Jenkins



Priority:


Major



Reporter:


William Hutson

























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] [workflow-plugin] (JENKINS-26942) Easy to way to copy workspace files

2015-02-12 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-26942


Easy to way to copy workspace files















Issue Type:


New Feature



Assignee:


Jesse Glick



Components:


workflow-plugin



Created:


12/Feb/15 7:48 PM



Description:


Frequently it is necessary to copy all or part of a workspace from one node to another within a flow. Doing so using archive and unarchive is possible, but clumsy, and leaves unwanted archives in the build record.




Project:


Jenkins



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] [workflow-plugin] (JENKINS-26791) Git checkout on Windows Slave through workflow timesout on fetch

2015-02-12 Thread agoe...@swordandspade.com (JIRA)















































Alec Goebel
 resolved  JENKINS-26791 as Not A Defect


Git checkout on Windows Slave through workflow timesout on fetch
















Change By:


Alec Goebel
(12/Feb/15 7:32 PM)




Status:


Open
Resolved





Resolution:


Not A Defect



























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] [workflow-plugin] (JENKINS-26791) Git checkout on Windows Slave through workflow timesout on fetch

2015-02-12 Thread agoe...@swordandspade.com (JIRA)














































Alec Goebel
 commented on  JENKINS-26791


Git checkout on Windows Slave through workflow timesout on fetch















After playing with my slave configuration, I think I found the right combination of environment variables and ssh keys to get it all working.



























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] [buildgraph-view-plugin] (JENKINS-26610) Matrix-Builds show empty space

2015-02-12 Thread nicolas.del...@gmail.com (JIRA)















































Nicolas De Loof
 resolved  JENKINS-26610 as Fixed


Matrix-Builds show empty space
















Change By:


Nicolas De Loof
(12/Feb/15 7:16 PM)




Status:


In Progress
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] [conditional-buildstep-plugin] (JENKINS-19802) Conditional Build Step for "Current build status" never triggers - or doesn't seem to

2015-02-12 Thread lance.sm...@prodeasystems.com (JIRA)














































Lance Smith
 commented on  JENKINS-19802


Conditional Build Step for "Current build status" never triggers - or doesn't seem to















This used to work and got broken somewhere along the way
It would be REALLY nice if we got it back.
The scenerio I have is we do allot of cross compileing for both MIPS and ARM archetitectures. We there-for have to use their supplied compilers for the the embeded device. We have a very rare, you can tell I just discoverd this, accurence where one of the compilers actually will swap 2 bytes in one very necessary binary. I can catch it using a md5sum against the newly compiled binary compared to an old valid one. When this happens I just need to restart the job from the beggining and it goes away.
As this job runs at night and normally takes a little over 1.5 hrs it is nice to have it restart automatically before having to-do it by hand in the morning.

Another example of how this would be used is contained here http://architects.dzone.com/articles/conditional-buildstep-jenkins. There
are many others also available.

If this was broken by something at a higher level please let me know who to contact to try and get this fixed.

THANKS for you hard work on this great product.



























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] [scm-sync-configuration-plugin] (JENKINS-24993) scm-sync-configration plugin keeps on adding directory structure scm-sync-configuration/checkoutConfiguration

2015-02-12 Thread tba...@circle.com (JIRA)














































Trevor Baker
 commented on  JENKINS-24993


scm-sync-configration plugin keeps on adding directory structure scm-sync-configuration/checkoutConfiguration















I checked in a .gitignore with /scm-sync-configuration, but this shouldn't be necessary.



























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] [copyartifact-plugin] (JENKINS-26895) Exception if Dashboard View plugin is not installed

2015-02-12 Thread paolo.bore...@gmail.com (JIRA)














































Paolo Borelli
 commented on  JENKINS-26895


Exception if Dashboard View plugin is not installed















Thanks for the reply. I suspected that copyartifact was not the culprit, but it was the plugin I spotted in the backtrace so I mentioned that in the title.


Here is the list of plugins installed and the start of the jenkins log up until the point the exception occurs (if you want even more let me know, but it is quite big)

I am not quite sure when the problem started: I am trying to install the SCM sync plugin and we are having some problems and checking the log I spotted this exception that seems unrelated



Plugins

all-changes	1.3	false	false
analysis-core	1.69	true	false
ant	1.2	true	true
antisamy-markup-formatter	1.3	true	true
changes-since-last-success	0.5	true	false
checkstyle	3.41	true	false
cobertura	1.9.6	true	false
conditional-buildstep	1.3.3	true	false
config-file-provider	2.7.5	true	false
copy-to-slave	1.4.3	true	false
copyartifact	1.34	true	false
credentials	1.22	true	true
custom-job-icon	0.2	true	false
custom-tools-plugin	0.4.4	true	false
cvs	2.12	false	true
depgraph-view	0.11	true	false
description-setter	1.9	true	false
downstream-buildview	1.9	true	false
email-ext	2.39	true	false
envfile	1.2	true	false
extended-choice-parameter	0.34	true	false
external-monitor-job	1.4	true	false
favorite	1.16	true	false
findbugs	4.59	true	false
git	2.3.4	true	false
git-client	1.16.1	true	false
gravatar	2.1	true	false
greenballs	1.14	false	false
htmlpublisher	1.3	true	false
ivy	1.24	true	false
jacoco	1.0.18	true	false
javadoc	1.3	true	true
jenkins-tag-cloud-plugin	1.6	true	false
jquery	1.7.2-1	true	false
jquery-ui	1.0.2	true	false
junit	1.4	true	true
ldap	1.11	true	true
mailer	1.15	true	true
mapdb-api	1.0.6.0	true	false
matrix-auth	1.2	true	true
matrix-project	1.4	true	true
maven-plugin	2.8	true	true
memegen	0.4.3	true	false
multiple-scms	0.3	true	false
next-build-number	1.1	true	false
nodelabelparameter	1.5.1	true	false
pam-auth	1.2	true	true
parameterized-trigger	2.25	true	false
pending-changes	0.3.0	true	false
pmd	3.40	true	false
promoted-builds	2.19	true	false
publish-over-cifs	0.3	true	false
publish-over-ftp	1.11	true	false
publish-over-ssh	1.12	true	false
release	2.4.1	true	false
run-condition	1.0	true	false
saferestart	0.3	true	false
scm-api	0.2	true	false
scm-sync-configuration	0.0.8	true	false
scp	1.8	true	false
script-security	1.13	true	false
setenv	1.1	true	false
shelve-project-plugin	1.5	true	false
slave-status	1.6	true	false
sloccount	1.20	true	false
ssh	2.4	true	false
ssh-agent	1.5	true	false
ssh-credentials	1.10	true	true
ssh-slaves	1.9	true	true
subversion	2.5	true	true
svn-release-mgr	1.2	true	false
svn-tag	1.17	true	false
svnpublisher	0.1	true	false
template-project	1.4.2	true	false
throttle-concurrents	1.8.4	true	false
token-macro	1.10	true	false
translation	1.12	true	true
URLSCM	1.6	true	false
viewVC	1.7	true	false
violations	0.7.11	true	false
warnings	4.45	true	false
windows-slaves	1.0	true	false
ws-cleanup	0.25	true	false
xshell	0.10	true	false





Feb 12, 2015 10:37:06 AM INFO winstone.Logger logInternal
Winstone Servlet Engine v2.0 running: controlPort=disabled
Feb 12, 2015 10:37:07 AM INFO jenkins.InitReactorRunner$1 onAttained
Started initialization
Feb 12, 2015 10:37:07 AM INFO hudson.ClassicPluginStrategy createPluginWrapper
Plugin greenballs.jpi is disabled
Feb 12, 2015 10:37:07 AM INFO hudson.ClassicPluginStrategy createPluginWrapper
Plugin cvs.jpi is disabled
Feb 12, 2015 10:37:09 AM INFO hudson.ClassicPluginStrategy createPluginWrapper
Plugin all-changes.jpi is disabled
Feb 12, 2015 10:37:09 AM INFO jenkins.InitReactorRunner$1 onAttained
Listed all plugins
Feb 12, 2015 10:37:15 AM INFO hudson.plugins.memegen.PluginImpl start
starting memegen plugin
Feb 12, 2015 10:37:18 AM INFO com.youdevise.hudson.slavestatus.SlaveListenerInitiator init
Initialising slave-status plugin
Feb 12, 2015 10:37:18 AM INFO jenkins.InitReactorRunner$1 onAttained
Prepared all plugins
Feb 12, 2015 10:37:22 AM WARNING hudson.ExtensionFinder$GuiceFinder$SezpozModule configure
Failed to load hudson.plugins.release.dashboard.RecentReleasesPortlet$DescriptorImpl
java.lang.LinkageError: Failed to resolve class hudson.plugins.release.dashboard.RecentReleasesPortlet$DescriptorImpl
	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:491)
	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.configure(ExtensionFinder.java:524)
	at com.google.inject.AbstractModule.configure(AbstractModule.jav

[JIRA] [claim-plugin] (JENKINS-23513) Claim plugin doesn't allow you to claim unstable builds.

2015-02-12 Thread vangel.att...@gmail.com (JIRA)














































Attila Vangel
 commented on  JENKINS-23513


Claim plugin doesn't allow you to claim unstable builds.















Thanks for your support!
A colleague fixed our build system. He said that the problem in our case was that the claim plugin ran before the JUnit publisher set the build to unstable.



























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] [ec2-plugin] (JENKINS-26797) Zombie instance created by the EC2 plugins

2015-02-12 Thread ar...@trifacta.com (JIRA)














































arash m
 commented on  JENKINS-26797


Zombie instance created by the EC2 plugins















I've been using version 1.26 for a couple of weeks and I'm still seeing 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] [s3-plugin] (JENKINS-26903) S3 plugin missing http jars

2015-02-12 Thread ellis...@gmail.com (JIRA)














































Daniel Ellis
 commented on  JENKINS-26903


S3 plugin missing http jars















We're getting this same issue.  I've tried the solution posted above, but either I don't know enough about Java (likely), or it isn't working on our setup.  I got the jar files from here: http://apache.mesi.com.ar/httpcomponents/httpclient/binary/httpcomponents-client-4.4-bin.tar.gz



























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] [android-emulator-plugin] (JENKINS-26941) Update to non-deprecated artifact archiving mechanism

2015-02-12 Thread ch...@orr.me.uk (JIRA)














































Christopher Orr
 created  JENKINS-26941


Update to non-deprecated artifact archiving mechanism















Issue Type:


Improvement



Assignee:


Christopher Orr



Components:


android-emulator-plugin



Created:


12/Feb/15 6:21 PM



Description:


The base version of Jenkins used by the plugin has deprecated build.getArtifacts(), which we use for storing the logcat file.

It seems we need to do something with StandardArtifactManager instead.




Project:


Jenkins



Priority:


Minor



Reporter:


Christopher Orr

























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-26940) JAVA_HOME is empty when no installer is available for a JDK

2015-02-12 Thread wilco.gre...@ibridge.nl (JIRA)














































Wilco Greven
 created  JENKINS-26940


JAVA_HOME is empty when no installer is available for a JDK















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


12/Feb/15 6:16 PM



Description:


I noticed that when there is no installer available for a JDK, the JAVA_HOME environment variable will be empty in the environment of a build. This will happen for example when there is no installer configured for a JDK. In that case it's not hard to find the cause. But for the case I describe below it's much harder to find out why JAVA_HOME is empty. 

Therefore I think a build should fail or JAVA_HOME should not be set when a specific JDK is configured for that build and no installer is available for that JDK.

Here are the steps to reproduce:


	Configure two JDK's, named JDK1 and JDK2 (because if you have only one JDK you can't select one in a job)
	Add an 'Extract .zip/.tar.gz' installer to JDK1 and set the label for this installer to 'jdk1', so it won't be available for installation on nodes to which this label is not assigned
	Create a freestyle job and select JDK1 as JDK
	Run the job and check that JAVA_HOME is empty






Environment:


Jenkins 1.580.1




Project:


Jenkins



Priority:


Minor



Reporter:


Wilco Greven

























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] [fxcop-runner-plugin] (JENKINS-26902) FxCop-Runner The Assembly Files textbox is preventing spaces in my path name from working.

2015-02-12 Thread cl...@bottomline.com (JIRA)














































Chris Lynn
 commented on  JENKINS-26902


FxCop-Runner The Assembly Files textbox is preventing spaces in my path name from working. 















I did find a way to add a global variable (via Manage Jenkins>Environment Variables), called it ADDSPACE then added to my path as %ADDSPACE% wherever I need a space for FXcop



























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] [fxcop-runner-plugin] (JENKINS-26902) FxCop-Runner The Assembly Files textbox is preventing spaces in my path name from working.

2015-02-12 Thread cl...@bottomline.com (JIRA)















































Chris Lynn
 resolved  JENKINS-26902 as Fixed


FxCop-Runner The Assembly Files textbox is preventing spaces in my path name from working. 
















I did find a way to add a global variable (via Manage Jenkins>Environment Variables), called it ADDSPACE then added to my path as %ADDSPACE% wherever I need a space for FXcop





Change By:


Chris Lynn
(12/Feb/15 6:16 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] [android-emulator-plugin] (JENKINS-26939) Use ANDROID_AVD_HOME for builds that should create emulators in workspace

2015-02-12 Thread ch...@orr.me.uk (JIRA)














































Christopher Orr
 created  JENKINS-26939


Use ANDROID_AVD_HOME for builds that should create emulators in workspace















Issue Type:


Improvement



Assignee:


Christopher Orr



Components:


android-emulator-plugin



Created:


12/Feb/15 6:10 PM



Description:


It seems at some point that the emulator learned new environment variable, making it possible for AVDs to live anywhere:


PANIC: Could not find foobar.ini file in $ANDROID_AVD_HOME nor in $HOME/.android/avd

It won't make too much of a difference, but maybe we could use this, rather than having to set the androidSdkHome value to $WORKSPACE all over the place.




Project:


Jenkins



Priority:


Trivial



Reporter:


Christopher Orr

























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] [config-file-provider-plugin] (JENKINS-26938) How can i edit workspace files from jenkins UI

2015-02-12 Thread mark.earl.wa...@gmail.com (JIRA)















































Mark Waite
 resolved  JENKINS-26938 as Not A Defect


How can i edit workspace files from jenkins UI
















Please use the Jenkins user mailing list or other locations for questions. We want to keep the bug tracking system focused on tracking bugs rather than answering questions.





Change By:


Mark Waite
(12/Feb/15 6:01 PM)




Status:


Open
Resolved





Resolution:


Not A Defect



























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] [config-file-provider-plugin] (JENKINS-26938) How can i edit workspace files from jenkins UI

2015-02-12 Thread mark.earl.wa...@gmail.com (JIRA)















































Mark Waite
 closed  JENKINS-26938 as Not A Defect


How can i edit workspace files from jenkins UI
















Change By:


Mark Waite
(12/Feb/15 6:01 PM)




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] [config-file-provider-plugin] (JENKINS-26938) How can i edit workspace files from jenkins UI

2015-02-12 Thread scm.n...@gmail.com (JIRA)














































Nagendra kumar
 created  JENKINS-26938


How can i edit workspace files from jenkins UI















Issue Type:


Bug



Assignee:


Dominik Bartholdi



Components:


config-file-provider-plugin



Created:


12/Feb/15 5:51 PM



Description:


How can i edit workspace files from jenkins UI and How can i change JENKINS_HOME Dir From One place to another Drive? ihave deployed in tomcat/webapps folder.so plz suggest me.




Environment:


Jenkins UI




Project:


Jenkins



Labels:


jenkins




Priority:


Major



Reporter:


Nagendra kumar

























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] [scm-sync-configuration-plugin] (JENKINS-24993) scm-sync-configration plugin keeps on adding directory structure scm-sync-configuration/checkoutConfiguration

2015-02-12 Thread tba...@circle.com (JIRA)












































  
Trevor Baker
 edited a comment on  JENKINS-24993


scm-sync-configration plugin keeps on adding directory structure scm-sync-configuration/checkoutConfiguration
















This is a serious issue!  There is a recursion problem and it keeps adding scm-sync-configuration/checkoutConfiguration/scm-sync-configuration/checkoutConfiguration/** this is repeating apparently unbounded.  The scm-sync-configuration dir should not be added to the repo at all.



























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] [scm-sync-configuration-plugin] (JENKINS-24993) scm-sync-configration plugin keeps on adding directory structure scm-sync-configuration/checkoutConfiguration

2015-02-12 Thread tba...@circle.com (JIRA)














































Trevor Baker
 commented on  JENKINS-24993


scm-sync-configration plugin keeps on adding directory structure scm-sync-configuration/checkoutConfiguration















This is a serious issue!  There is a recursion problem and it keeps adding scm-sync-configuration/checkoutConfiguration/scm-sync-configuration/checkoutConfiguration/** this is repeating apparently unbounded.  The scm-sync-configuration should not be a part of the repo at all.



























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] An error occurred whilst rendering this message. Please contact the administrators, and inform them of this bug.

2015-02-12 Thread ty...@monkeypox.org (JIRA)
Details:
---
org.apache.velocity.exception.MethodInvocationException:
 Invocation of method 'next' in  class java.util.AbstractList$Itr
 threw exception class java.util.NoSuchElementException : null
at
 org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:251)

at
 
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:175)

at
 
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:220)

at
 org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)

at
 org.apache.velocity.app.VelocityEngine.evaluate(VelocityEngine.java:300)

at
 org.apache.velocity.app.VelocityEngine.evaluate(VelocityEngine.java:202)

at
 
com.atlassian.velocity.DefaultVelocityManager.getEncodedBodyForContent(DefaultVelocityManager.java:143)

at
 
com.atlassian.jira.mail.MailingListCompiler$1.processRecipient(MailingListCompiler.java:295)

at
 
com.atlassian.jira.mail.NotificationRecipientProcessor.process(NotificationRecipientProcessor.java:39)

at
 
com.atlassian.jira.mail.MailingListCompiler.addMailsToQueue(MailingListCompiler.java:318)

at
 
com.atlassian.jira.mail.MailingListCompiler.access$400(MailingListCompiler.java:42)

at
 
com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.addEmailsToQueue(MailingListCompiler.java:463)

at
 
com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.sendLists(MailingListCompiler.java:433)

at
 
com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.sendNoLevelsIgnoreGroup(MailingListCompiler.java:413)

at
 
com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.sendToAll(MailingListCompiler.java:408)

at
 
com.atlassian.jira.mail.MailingListCompiler.sendLists(MailingListCompiler.java:140)

at
 com.atlassian.jira.mail.IssueMailQueueItem.send(IssueMailQueueItem.java:145)

at
 com.atlassian.mail.queue.MailQueueImpl.sendBuffer(MailQueueImpl.java:66)

at
 
com.atlassian.jira.service.services.mail.MailQueueService.run(MailQueueService.java:28)

at
 
com.atlassian.jira.service.JiraServiceContainerImpl.run(JiraServiceContainerImpl.java:61)

at 
com.atlassian.jira.service.ServiceRunner.execute(ServiceRunner.java:47)

at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at
 
com.atlassian.multitenant.quartz.MultiTenantThreadPool$MultiTenantRunnable.run(MultiTenantThreadPool.java:72)

at
 org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 3c0fae591c90ba70494f35b895fc4b8f





























/* Changing the layout to use less space for mobiles */
@media screen and (max-device-width: 480px), screen and 
(-webkit-min-device-pixel-ratio: 2) {
#email-body { min-width: 30em !important; }
#email-page { padding: 8px !important; }
#email-banner { padding: 8px 8px 0 8px !important; }
#email-avatar { margin: 1px 8px 8px 0 !important; padding: 0 !important; }
#email-fields { padding: 0 8px 8px 8px !important; }
#email-gutter { width: 0 !important; }
}







https://issues.jenkins-ci.org/s/en_US-jh6o7l/733/41/_/jira-logo-scaled.png";
 alt="" style="vertical-align:top;" />









https://issues.jenkins-ci.org/secure/useravatar?ownerId=rtyler&avatarId=10787";
 alt="" height="48" width="48" border="0" align="left" style="padding:0;margin: 
0 16px 16px 0;" />

https://issues.jenkins-ci.org/secure/ViewProfile.jspa?name=rtyler"; 
style="color:#355564;">R. Tyler Croy
 deleted https://issues.jenkins-ci.org/images/icons/bug.gif"; 
height="16" width="16" border="0" align="absmiddle" alt="Bug"> JENKINS-26935


Obat Telat 
Bulan Gastrul/Misoprostol cytotec, 087831810789
























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] An error occurred whilst rendering this message. Please contact the administrators, and inform them of this bug.

2015-02-12 Thread ty...@monkeypox.org (JIRA)
Details:
---
org.apache.velocity.exception.MethodInvocationException:
 Invocation of method 'next' in  class java.util.AbstractList$Itr
 threw exception class java.util.NoSuchElementException : null
at
 org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:251)

at
 
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:175)

at
 
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:220)

at
 org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)

at
 org.apache.velocity.app.VelocityEngine.evaluate(VelocityEngine.java:300)

at
 org.apache.velocity.app.VelocityEngine.evaluate(VelocityEngine.java:202)

at
 
com.atlassian.velocity.DefaultVelocityManager.getEncodedBodyForContent(DefaultVelocityManager.java:143)

at
 
com.atlassian.jira.mail.MailingListCompiler$1.processRecipient(MailingListCompiler.java:295)

at
 
com.atlassian.jira.mail.NotificationRecipientProcessor.process(NotificationRecipientProcessor.java:39)

at
 
com.atlassian.jira.mail.MailingListCompiler.addMailsToQueue(MailingListCompiler.java:318)

at
 
com.atlassian.jira.mail.MailingListCompiler.access$400(MailingListCompiler.java:42)

at
 
com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.addEmailsToQueue(MailingListCompiler.java:463)

at
 
com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.sendLists(MailingListCompiler.java:433)

at
 
com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.sendNoLevelsIgnoreGroup(MailingListCompiler.java:413)

at
 
com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.sendToAll(MailingListCompiler.java:408)

at
 
com.atlassian.jira.mail.MailingListCompiler.sendLists(MailingListCompiler.java:140)

at
 com.atlassian.jira.mail.IssueMailQueueItem.send(IssueMailQueueItem.java:145)

at
 com.atlassian.mail.queue.MailQueueImpl.sendBuffer(MailQueueImpl.java:66)

at
 
com.atlassian.jira.service.services.mail.MailQueueService.run(MailQueueService.java:28)

at
 
com.atlassian.jira.service.JiraServiceContainerImpl.run(JiraServiceContainerImpl.java:61)

at 
com.atlassian.jira.service.ServiceRunner.execute(ServiceRunner.java:47)

at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at
 
com.atlassian.multitenant.quartz.MultiTenantThreadPool$MultiTenantRunnable.run(MultiTenantThreadPool.java:72)

at
 org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 3c0fae591c90ba70494f35b895fc4b8f





























/* Changing the layout to use less space for mobiles */
@media screen and (max-device-width: 480px), screen and 
(-webkit-min-device-pixel-ratio: 2) {
#email-body { min-width: 30em !important; }
#email-page { padding: 8px !important; }
#email-banner { padding: 8px 8px 0 8px !important; }
#email-avatar { margin: 1px 8px 8px 0 !important; padding: 0 !important; }
#email-fields { padding: 0 8px 8px 8px !important; }
#email-gutter { width: 0 !important; }
}







https://issues.jenkins-ci.org/s/en_US-jh6o7l/733/41/_/jira-logo-scaled.png";
 alt="" style="vertical-align:top;" />









https://issues.jenkins-ci.org/secure/useravatar?ownerId=rtyler&avatarId=10787";
 alt="" height="48" width="48" border="0" align="left" style="padding:0;margin: 
0 16px 16px 0;" />

https://issues.jenkins-ci.org/secure/ViewProfile.jspa?name=rtyler"; 
style="color:#355564;">R. Tyler Croy
 deleted https://issues.jenkins-ci.org/images/icons/bug.gif"; 
height="16" width="16" border="0" align="absmiddle" alt="Bug"> JENKINS-26937


Obat Telat 
Bulan Misoprostol cytotec, 087831810789
























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] [android-emulator-plugin] (JENKINS-26914) Can't use prefixed ABIs

2015-02-12 Thread ch...@orr.me.uk (JIRA)














































Christopher Orr
 commented on  JENKINS-26914


Can't use prefixed ABIs















This is a duplicate of 23252 and/or 25336 and has been fixed.

A new plugin release will be coming soon.



























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-26916) There should be an option to turn on/off variable substitution in build parameters

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-26916


There should be an option to turn on/off variable substitution in build parameters
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:28 PM)




Comment:


http://vitalitascentre.com/http://vitalitascentre.com/vimax-pills-asli-canada/http://vitalitascentre.com/cara-pemesanan/http://vitalitascentre.com/ciri-ciri-vimax-asli-dan-vimax-palsu/http://vitalitascentre.com/khasiat-vimax-capsule-canada/http://vitalitascentre.com/category/artikel/http://vitalitascentre.com/testimoni-pengguna-vimax-asli/http://vitalitascentre.com/bukti-pengiriman-vimax-asli/http://vitalitascentre.com/pro-extender-alat-terapi-pembesar-penis/http://vitalitascentre.com/category/artikel/page/2/http://vitalitascentre.com/obat-vimax-asli-atasi-disfungsi-ereksi/



























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-plugin] (JENKINS-26777) Build reports to be running for "45 yr and counting"

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-26777


Build reports to be running for "45 yr and counting"
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:28 PM)




Comment:


http://vitalitascentre.com/http://vitalitascentre.com/vimax-pills-asli-canada/http://vitalitascentre.com/cara-pemesanan/http://vitalitascentre.com/ciri-ciri-vimax-asli-dan-vimax-palsu/http://vitalitascentre.com/khasiat-vimax-capsule-canada/http://vitalitascentre.com/category/artikel/http://vitalitascentre.com/testimoni-pengguna-vimax-asli/http://vitalitascentre.com/bukti-pengiriman-vimax-asli/http://vitalitascentre.com/pro-extender-alat-terapi-pembesar-penis/http://vitalitascentre.com/category/artikel/page/2/http://vitalitascentre.com/obat-vimax-asli-atasi-disfungsi-ereksi/



























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-26575) Running the reverse migrator after upgrading to 1.597 throws NoClassDefFoundError: javax/servlet/http/HttpServletRequest

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-26575


Running the reverse migrator after upgrading to 1.597 throws NoClassDefFoundError: javax/servlet/http/HttpServletRequest
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:28 PM)




Comment:


http://vitalitascentre.com/http://vitalitascentre.com/vimax-pills-asli-canada/http://vitalitascentre.com/cara-pemesanan/http://vitalitascentre.com/ciri-ciri-vimax-asli-dan-vimax-palsu/http://vitalitascentre.com/khasiat-vimax-capsule-canada/http://vitalitascentre.com/category/artikel/http://vitalitascentre.com/testimoni-pengguna-vimax-asli/http://vitalitascentre.com/bukti-pengiriman-vimax-asli/http://vitalitascentre.com/pro-extender-alat-terapi-pembesar-penis/http://vitalitascentre.com/category/artikel/page/2/http://vitalitascentre.com/obat-vimax-asli-atasi-disfungsi-ereksi/



























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-26470) Split Fingerprinter and ArtifactArchiver from core

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-26470


Split Fingerprinter and ArtifactArchiver from core
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:28 PM)




Comment:


http://vitalitascentre.com/http://vitalitascentre.com/vimax-pills-asli-canada/http://vitalitascentre.com/cara-pemesanan/http://vitalitascentre.com/ciri-ciri-vimax-asli-dan-vimax-palsu/http://vitalitascentre.com/khasiat-vimax-capsule-canada/http://vitalitascentre.com/category/artikel/http://vitalitascentre.com/testimoni-pengguna-vimax-asli/http://vitalitascentre.com/bukti-pengiriman-vimax-asli/http://vitalitascentre.com/pro-extender-alat-terapi-pembesar-penis/http://vitalitascentre.com/category/artikel/page/2/http://vitalitascentre.com/obat-vimax-asli-atasi-disfungsi-ereksi/



























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] [android-emulator-plugin] (JENKINS-26893) Unable to run emulator-arm to start emulator

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-26893


Unable to run emulator-arm to start emulator
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:29 PM)




Comment:


http://vitalitascentre.com/http://vitalitascentre.com/vimax-pills-asli-canada/http://vitalitascentre.com/cara-pemesanan/http://vitalitascentre.com/ciri-ciri-vimax-asli-dan-vimax-palsu/http://vitalitascentre.com/khasiat-vimax-capsule-canada/http://vitalitascentre.com/category/artikel/http://vitalitascentre.com/testimoni-pengguna-vimax-asli/http://vitalitascentre.com/bukti-pengiriman-vimax-asli/http://vitalitascentre.com/pro-extender-alat-terapi-pembesar-penis/http://vitalitascentre.com/category/artikel/page/2/http://vitalitascentre.com/obat-vimax-asli-atasi-disfungsi-ereksi/



























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-plugin] (JENKINS-26686) Jenkins ignores javaagent failure in test cases

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-26686


Jenkins ignores javaagent failure in test cases
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:28 PM)




Comment:


http://vitalitascentre.com/http://vitalitascentre.com/vimax-pills-asli-canada/http://vitalitascentre.com/cara-pemesanan/http://vitalitascentre.com/ciri-ciri-vimax-asli-dan-vimax-palsu/http://vitalitascentre.com/khasiat-vimax-capsule-canada/http://vitalitascentre.com/category/artikel/http://vitalitascentre.com/testimoni-pengguna-vimax-asli/http://vitalitascentre.com/bukti-pengiriman-vimax-asli/http://vitalitascentre.com/pro-extender-alat-terapi-pembesar-penis/http://vitalitascentre.com/category/artikel/page/2/http://vitalitascentre.com/obat-vimax-asli-atasi-disfungsi-ereksi/



























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] [saltstack-plugin] (JENKINS-26915) Create saltstack-plugin component

2015-02-12 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-26915 as Fixed


Create saltstack-plugin component
















[2015-02-12 18:30:38]  <+danielbe_>	 jenkins-admin: create saltstack-plugin in the issue tracker for mchugh19
[2015-02-12 18:30:39]  	 Adding a new subcomponent saltstack-plugin to the bug tracker, owned by mchugh19
[2015-02-12 18:30:40]  	 New component created

Please file future infrastructure related issues in the INFRA project.





Change By:


Daniel Beck
(12/Feb/15 5:28 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] [gerrit-trigger-plugin] (JENKINS-26865) Matrix parent aborts when 'Exclude trivial rebase' set in gerrit-trigger plugin

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-26865


Matrix parent aborts when 'Exclude trivial rebase' set in gerrit-trigger plugin
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:28 PM)




Comment:


http://agenvimaxasli.com/http://agenvimaxasli.com/category/alat-pembesar-penis/http://agenvimaxasli.com/category/kesehatan-kecantikan/http://agenvimaxasli.com/category/minyak-pembesar-penis/http://agenvimaxasli.com/category/obat-kuat-pria/http://agenvimaxasli.com/category/obat-pelangsing-badan/http://agenvimaxasli.com/category/obat-pembesar-penis/http://agenvimaxasli.com/category/obat-perangsang-wanita/http://agenvimaxasli.com/category/pembesar-payudara-2/http://agenvimaxasli.com/category/sex-toys-pria/http://agenvimaxasli.com/category/sex-toys-wanita/http://agenvimaxasli.com/vimax-asli-canada-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/vimax-original-canada-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/obat-pembesar-penis-vmenplus-kapsul-original/http://agenvimaxasli.com/obat-kuat-cialis-50mg-tadalafil/http://agenvimaxasli.com/klg-ramuan-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-perangsang-wanita-viagra-cair-usa/http://agenvimaxasli.com/penis-dua-kepala-alat-bantu-sex-wanita/http://agenvimaxasli.com/vigrx-plus-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/obat-kuat-maximum-powerful/http://agenvimaxasli.com/vakum-pompa-alat-pembesar-penis-alami/http://agenvimaxasli.com/vimax-proextender/http://agenvimaxasli.com/kianpi-pil-ginseng-obat-penggemuk-badan-herbal-alami/http://agenvimaxasli.com/grow-super-usa-obat-peninggi-badan-herbal-alami/http://agenvimaxasli.com/penis-ikat-pinggang-silikon-elektrik/http://agenvimaxasli.com/penis-naga-getar-silikon-elektrik/http://agenvimaxasli.com/penis-getar-silikon-elektrik/http://agenvimaxasli.com/vagina-tabung-silikon-manual/http://agenvimaxasli.com/penis-mutiara-getar-silikon-elektrik/http://agenvimaxasli.com/alat-penggeli-vagina-getar-elektrik/http://agenvimaxasli.com/vagina-fleshlight-senter/http://agenvimaxasli.com/boneka-full-body-cantik-silikon-elektrik/http://agenvimaxasli.com/vagina-mungil-getar-silikon-elektrik/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/pelangsing-fatloss-jimpness-beauty/http://agenvimaxasli.com/perangsang-cair-sex-drops-germany/http://agenvimaxasli.com/vagina-bulu-getar-silikon-elektrik/http://agenvimaxasli.com/perangsang-serbuk-wanita-alami/http://agenvimaxasli.com/pelangsing-lida-dali-daidaihua/http://agenvimaxasli.com/perangsang-potenzol-cair-alami/http://agenvimaxasli.com/pelangsing-abc-acai-berry/http://agenvimaxasli.com/semenax-kapsul-obat-penyubur-sperma/http://agenvimaxasli.com/obat-tattonox-penghilang-tatto-permanen/http://agenvimaxasli.com/alat-vakum-pembesar-payudara/http://agenvimaxasli.com/jual-selaput-dara-perawan-asli-buatan-japan/http://agenvimaxasli.com/obat-kuat-cialis-20mg-england/http://agenvimaxasli.com/celana-hernia-dan-obat-herbal-alami/http://agenvimaxasli.com/hair-tonikum-serum-obat-penumbuh-rambut-alami/http://agenvimaxasli.com/cream-pemutih-badan-whitening-scrub-2-minutes/http://agenvimaxasli.com/vmen-plus-asli-obat-penambah-stamina-pria/http://agenvimaxasli.com/lintah-oil-papua-asli/http://agenvimaxasli.com/cobra-oil-super-usa/http://agenvimaxasli.com/vagina-getar-goyang-suara-silikon-elektrik/http://agenvimaxasli.com/vagina-pinggul-getar-goyang-silikon-elektrik/http://agenvimaxasli.com/penis-mutiara-maju-mundur-elektrik/http://agenvimaxasli.com/penis-tempel-getar-silikon-elektrik/http://agenvimaxasli.com/black-mamba-oil/http://agenvimaxasli.com/perangsang-blue-wizard-cair/http://agenvimaxasli.com/obat-kuat-nangen-zengzhangsu/http://agenvimaxasli.com/perontok-bulu-yofume/http://agenvimaxasli.com/obat-kuat-black-ant-africa/http://agenvimaxasli.com/pelangsing-meizitang/http://agenvimaxasli.com/pelangsing-fruit-plant/http://agenvimaxasli.com/pemutih-ketiak-dan-selangkangan-hitam/http://agenvimaxasli.com/obat-perapat-vagina-alami/http://agenvimaxasli.com/obat-cream-pemerah-bibir-alami/http://agenvimaxasli.com/obat-pemutih-gigi-alami/



























[JIRA] [other] (JENKINS-2078) Persist Trending Data to a Database

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-2078


Persist Trending Data to a Database
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:27 PM)




Comment:


http://vitalitascentre.com/http://vitalitascentre.com/vimax-pills-asli-canada/http://vitalitascentre.com/ciri-ciri-vimax-asli-dan-vimax-palsu/http://vitalitascentre.com/cara-pemesanan/http://vitalitascentre.com/khasiat-vimax-capsule-canada/http://vitalitascentre.com/testimoni-pengguna-vimax-asli/http://vitalitascentre.com/bukti-pengiriman-vimax-asli/http://vitalitascentre.com/pro-extender-alat-terapi-pembesar-penis/http://vitalitascentre.com/obat-vimax-asli-atasi-disfungsi-ereksi/



























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-plugin] (JENKINS-24131) Make Jenkins SVN Plugin to check whether proxy is working correctly

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-24131


Make Jenkins SVN Plugin to check whether proxy is working correctly
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:28 PM)




Comment:


http://agenvimaxasli.com/http://agenvimaxasli.com/category/alat-pembesar-penis/http://agenvimaxasli.com/category/kesehatan-kecantikan/http://agenvimaxasli.com/category/minyak-pembesar-penis/http://agenvimaxasli.com/category/obat-kuat-pria/http://agenvimaxasli.com/category/obat-pelangsing-badan/http://agenvimaxasli.com/category/obat-pembesar-penis/http://agenvimaxasli.com/category/obat-perangsang-wanita/http://agenvimaxasli.com/category/pembesar-payudara-2/http://agenvimaxasli.com/category/sex-toys-pria/http://agenvimaxasli.com/category/sex-toys-wanita/http://agenvimaxasli.com/vimax-asli-canada-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/vimax-original-canada-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/obat-pembesar-penis-vmenplus-kapsul-original/http://agenvimaxasli.com/obat-kuat-cialis-50mg-tadalafil/http://agenvimaxasli.com/klg-ramuan-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-perangsang-wanita-viagra-cair-usa/http://agenvimaxasli.com/penis-dua-kepala-alat-bantu-sex-wanita/http://agenvimaxasli.com/vigrx-plus-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/obat-kuat-maximum-powerful/http://agenvimaxasli.com/vakum-pompa-alat-pembesar-penis-alami/http://agenvimaxasli.com/vimax-proextender/http://agenvimaxasli.com/kianpi-pil-ginseng-obat-penggemuk-badan-herbal-alami/http://agenvimaxasli.com/grow-super-usa-obat-peninggi-badan-herbal-alami/http://agenvimaxasli.com/penis-ikat-pinggang-silikon-elektrik/http://agenvimaxasli.com/penis-naga-getar-silikon-elektrik/http://agenvimaxasli.com/penis-getar-silikon-elektrik/http://agenvimaxasli.com/vagina-tabung-silikon-manual/http://agenvimaxasli.com/penis-mutiara-getar-silikon-elektrik/http://agenvimaxasli.com/alat-penggeli-vagina-getar-elektrik/http://agenvimaxasli.com/vagina-fleshlight-senter/http://agenvimaxasli.com/boneka-full-body-cantik-silikon-elektrik/http://agenvimaxasli.com/vagina-mungil-getar-silikon-elektrik/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/pelangsing-fatloss-jimpness-beauty/http://agenvimaxasli.com/perangsang-cair-sex-drops-germany/http://agenvimaxasli.com/vagina-bulu-getar-silikon-elektrik/http://agenvimaxasli.com/perangsang-serbuk-wanita-alami/http://agenvimaxasli.com/pelangsing-lida-dali-daidaihua/http://agenvimaxasli.com/perangsang-potenzol-cair-alami/http://agenvimaxasli.com/pelangsing-abc-acai-berry/http://agenvimaxasli.com/semenax-kapsul-obat-penyubur-sperma/http://agenvimaxasli.com/obat-tattonox-penghilang-tatto-permanen/http://agenvimaxasli.com/alat-vakum-pembesar-payudara/http://agenvimaxasli.com/jual-selaput-dara-perawan-asli-buatan-japan/http://agenvimaxasli.com/obat-kuat-cialis-20mg-england/http://agenvimaxasli.com/celana-hernia-dan-obat-herbal-alami/http://agenvimaxasli.com/hair-tonikum-serum-obat-penumbuh-rambut-alami/http://agenvimaxasli.com/cream-pemutih-badan-whitening-scrub-2-minutes/http://agenvimaxasli.com/vmen-plus-asli-obat-penambah-stamina-pria/http://agenvimaxasli.com/lintah-oil-papua-asli/http://agenvimaxasli.com/cobra-oil-super-usa/http://agenvimaxasli.com/vagina-getar-goyang-suara-silikon-elektrik/http://agenvimaxasli.com/vagina-pinggul-getar-goyang-silikon-elektrik/http://agenvimaxasli.com/penis-mutiara-maju-mundur-elektrik/http://agenvimaxasli.com/penis-tempel-getar-silikon-elektrik/http://agenvimaxasli.com/black-mamba-oil/http://agenvimaxasli.com/perangsang-blue-wizard-cair/http://agenvimaxasli.com/obat-kuat-nangen-zengzhangsu/http://agenvimaxasli.com/perontok-bulu-yofume/http://agenvimaxasli.com/obat-kuat-black-ant-africa/http://agenvimaxasli.com/pelangsing-meizitang/http://agenvimaxasli.com/pelangsing-fruit-plant/http://agenvimaxasli.com/pemutih-ketiak-dan-selangkangan-hitam/http://agenvimaxasli.com/obat-perapat-vagina-alami/http://agenvimaxasli.com/obat-cream-pemerah-bibir-alami/http://agenvimaxasli.com/obat-pemutih-gigi-alami/http://agenvimaxasli.com/blog/toko-obat-pembesar-penis-terpercaya/http://agenvimaxasli.com/blog/viagra-usa-obat-kuat-atasi-disfungsi-ereksi/http://agenvima

[JIRA] [subversion-plugin] (JENKINS-24127) Make Subversion Tag actions optional and transient

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-24127


Make Subversion Tag actions optional and transient
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:27 PM)




Comment:


http://agenvimaxasli.com/http://agenvimaxasli.com/category/alat-pembesar-penis/http://agenvimaxasli.com/category/kesehatan-kecantikan/http://agenvimaxasli.com/category/minyak-pembesar-penis/http://agenvimaxasli.com/category/obat-kuat-pria/http://agenvimaxasli.com/category/obat-pelangsing-badan/http://agenvimaxasli.com/category/obat-pembesar-penis/http://agenvimaxasli.com/category/obat-perangsang-wanita/http://agenvimaxasli.com/category/pembesar-payudara-2/http://agenvimaxasli.com/category/sex-toys-pria/http://agenvimaxasli.com/category/sex-toys-wanita/http://agenvimaxasli.com/vimax-asli-canada-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/vimax-original-canada-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/obat-pembesar-penis-vmenplus-kapsul-original/http://agenvimaxasli.com/obat-kuat-cialis-50mg-tadalafil/http://agenvimaxasli.com/klg-ramuan-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-perangsang-wanita-viagra-cair-usa/http://agenvimaxasli.com/penis-dua-kepala-alat-bantu-sex-wanita/http://agenvimaxasli.com/vigrx-plus-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/obat-kuat-maximum-powerful/http://agenvimaxasli.com/vakum-pompa-alat-pembesar-penis-alami/http://agenvimaxasli.com/vimax-proextender/http://agenvimaxasli.com/kianpi-pil-ginseng-obat-penggemuk-badan-herbal-alami/http://agenvimaxasli.com/grow-super-usa-obat-peninggi-badan-herbal-alami/http://agenvimaxasli.com/penis-ikat-pinggang-silikon-elektrik/http://agenvimaxasli.com/penis-naga-getar-silikon-elektrik/http://agenvimaxasli.com/penis-getar-silikon-elektrik/http://agenvimaxasli.com/vagina-tabung-silikon-manual/http://agenvimaxasli.com/penis-mutiara-getar-silikon-elektrik/http://agenvimaxasli.com/alat-penggeli-vagina-getar-elektrik/http://agenvimaxasli.com/vagina-fleshlight-senter/http://agenvimaxasli.com/boneka-full-body-cantik-silikon-elektrik/http://agenvimaxasli.com/vagina-mungil-getar-silikon-elektrik/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/pelangsing-fatloss-jimpness-beauty/http://agenvimaxasli.com/perangsang-cair-sex-drops-germany/http://agenvimaxasli.com/vagina-bulu-getar-silikon-elektrik/http://agenvimaxasli.com/perangsang-serbuk-wanita-alami/http://agenvimaxasli.com/pelangsing-lida-dali-daidaihua/http://agenvimaxasli.com/perangsang-potenzol-cair-alami/http://agenvimaxasli.com/pelangsing-abc-acai-berry/http://agenvimaxasli.com/semenax-kapsul-obat-penyubur-sperma/http://agenvimaxasli.com/obat-tattonox-penghilang-tatto-permanen/http://agenvimaxasli.com/alat-vakum-pembesar-payudara/http://agenvimaxasli.com/jual-selaput-dara-perawan-asli-buatan-japan/http://agenvimaxasli.com/obat-kuat-cialis-20mg-england/http://agenvimaxasli.com/celana-hernia-dan-obat-herbal-alami/http://agenvimaxasli.com/hair-tonikum-serum-obat-penumbuh-rambut-alami/http://agenvimaxasli.com/cream-pemutih-badan-whitening-scrub-2-minutes/http://agenvimaxasli.com/vmen-plus-asli-obat-penambah-stamina-pria/http://agenvimaxasli.com/lintah-oil-papua-asli/http://agenvimaxasli.com/cobra-oil-super-usa/http://agenvimaxasli.com/vagina-getar-goyang-suara-silikon-elektrik/http://agenvimaxasli.com/vagina-pinggul-getar-goyang-silikon-elektrik/http://agenvimaxasli.com/penis-mutiara-maju-mundur-elektrik/http://agenvimaxasli.com/penis-tempel-getar-silikon-elektrik/http://agenvimaxasli.com/black-mamba-oil/http://agenvimaxasli.com/perangsang-blue-wizard-cair/http://agenvimaxasli.com/obat-kuat-nangen-zengzhangsu/http://agenvimaxasli.com/perontok-bulu-yofume/http://agenvimaxasli.com/obat-kuat-black-ant-africa/http://agenvimaxasli.com/pelangsing-meizitang/http://agenvimaxasli.com/pelangsing-fruit-plant/http://agenvimaxasli.com/pemutih-ketiak-dan-selangkangan-hitam/http://agenvimaxasli.com/obat-perapat-vagina-alami/http://agenvimaxasli.com/obat-cream-pemerah-bibir-alami/http://agenvimaxasli.com/obat-pemutih-gigi-alami/http://agenvimaxasli.com/blog/toko-obat-pembesar-penis-terpercaya/http://agenvimaxasli.com/blog/viagra-usa-obat-kuat-atasi-disfungsi-ereksi/http://agenvimaxasli.com/blog/vi

[JIRA] [maven-plugin] (JENKINS-26644) Modules marqued as (didn't run) after succesful Build

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-26644


Modules marqued as (didn't run) after succesful Build
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:28 PM)




Comment:


http://vitalitascentre.com/http://vitalitascentre.com/vimax-pills-asli-canada/http://vitalitascentre.com/cara-pemesanan/http://vitalitascentre.com/ciri-ciri-vimax-asli-dan-vimax-palsu/http://vitalitascentre.com/khasiat-vimax-capsule-canada/http://vitalitascentre.com/category/artikel/http://vitalitascentre.com/testimoni-pengguna-vimax-asli/http://vitalitascentre.com/bukti-pengiriman-vimax-asli/http://vitalitascentre.com/pro-extender-alat-terapi-pembesar-penis/http://vitalitascentre.com/category/artikel/page/2/http://vitalitascentre.com/obat-vimax-asli-atasi-disfungsi-ereksi/



























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] [saltstack-plugin] (JENKINS-26915) Create saltstack-plugin component

2015-02-12 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 updated  JENKINS-26915


Create saltstack-plugin component
















Change By:


Daniel Beck
(12/Feb/15 5:28 PM)




Component/s:


saltstack-plugin





Component/s:


core



























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-plugin] (JENKINS-23007) Subversion plugin 2.x cannot handle changelog computation with variables in SVN URLs

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-23007


Subversion plugin 2.x cannot handle changelog computation with variables in SVN URLs
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:28 PM)




Comment:


http://agenvimaxasli.com/http://agenvimaxasli.com/category/alat-pembesar-penis/http://agenvimaxasli.com/category/kesehatan-kecantikan/http://agenvimaxasli.com/category/minyak-pembesar-penis/http://agenvimaxasli.com/category/obat-kuat-pria/http://agenvimaxasli.com/category/obat-pelangsing-badan/http://agenvimaxasli.com/category/obat-pembesar-penis/http://agenvimaxasli.com/category/obat-perangsang-wanita/http://agenvimaxasli.com/category/pembesar-payudara-2/http://agenvimaxasli.com/category/sex-toys-pria/http://agenvimaxasli.com/category/sex-toys-wanita/http://agenvimaxasli.com/vimax-asli-canada-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/vimax-original-canada-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/obat-pembesar-penis-vmenplus-kapsul-original/http://agenvimaxasli.com/obat-kuat-cialis-50mg-tadalafil/http://agenvimaxasli.com/klg-ramuan-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-perangsang-wanita-viagra-cair-usa/http://agenvimaxasli.com/penis-dua-kepala-alat-bantu-sex-wanita/http://agenvimaxasli.com/vigrx-plus-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/obat-kuat-maximum-powerful/http://agenvimaxasli.com/vakum-pompa-alat-pembesar-penis-alami/http://agenvimaxasli.com/vimax-proextender/http://agenvimaxasli.com/kianpi-pil-ginseng-obat-penggemuk-badan-herbal-alami/http://agenvimaxasli.com/grow-super-usa-obat-peninggi-badan-herbal-alami/http://agenvimaxasli.com/penis-ikat-pinggang-silikon-elektrik/http://agenvimaxasli.com/penis-naga-getar-silikon-elektrik/http://agenvimaxasli.com/penis-getar-silikon-elektrik/http://agenvimaxasli.com/vagina-tabung-silikon-manual/http://agenvimaxasli.com/penis-mutiara-getar-silikon-elektrik/http://agenvimaxasli.com/alat-penggeli-vagina-getar-elektrik/http://agenvimaxasli.com/vagina-fleshlight-senter/http://agenvimaxasli.com/boneka-full-body-cantik-silikon-elektrik/http://agenvimaxasli.com/vagina-mungil-getar-silikon-elektrik/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/pelangsing-fatloss-jimpness-beauty/http://agenvimaxasli.com/perangsang-cair-sex-drops-germany/http://agenvimaxasli.com/vagina-bulu-getar-silikon-elektrik/http://agenvimaxasli.com/perangsang-serbuk-wanita-alami/http://agenvimaxasli.com/pelangsing-lida-dali-daidaihua/http://agenvimaxasli.com/perangsang-potenzol-cair-alami/http://agenvimaxasli.com/pelangsing-abc-acai-berry/http://agenvimaxasli.com/semenax-kapsul-obat-penyubur-sperma/http://agenvimaxasli.com/obat-tattonox-penghilang-tatto-permanen/http://agenvimaxasli.com/alat-vakum-pembesar-payudara/http://agenvimaxasli.com/jual-selaput-dara-perawan-asli-buatan-japan/http://agenvimaxasli.com/obat-kuat-cialis-20mg-england/http://agenvimaxasli.com/celana-hernia-dan-obat-herbal-alami/http://agenvimaxasli.com/hair-tonikum-serum-obat-penumbuh-rambut-alami/http://agenvimaxasli.com/cream-pemutih-badan-whitening-scrub-2-minutes/http://agenvimaxasli.com/vmen-plus-asli-obat-penambah-stamina-pria/http://agenvimaxasli.com/lintah-oil-papua-asli/http://agenvimaxasli.com/cobra-oil-super-usa/http://agenvimaxasli.com/vagina-getar-goyang-suara-silikon-elektrik/http://agenvimaxasli.com/vagina-pinggul-getar-goyang-silikon-elektrik/http://agenvimaxasli.com/penis-mutiara-maju-mundur-elektrik/http://agenvimaxasli.com/penis-tempel-getar-silikon-elektrik/http://agenvimaxasli.com/black-mamba-oil/http://agenvimaxasli.com/perangsang-blue-wizard-cair/http://agenvimaxasli.com/obat-kuat-nangen-zengzhangsu/http://agenvimaxasli.com/perontok-bulu-yofume/http://agenvimaxasli.com/obat-kuat-black-ant-africa/http://agenvimaxasli.com/pelangsing-meizitang/http://agenvimaxasli.com/pelangsing-fruit-plant/http://agenvimaxasli.com/pemutih-ketiak-dan-selangkangan-hitam/http://agenvimaxasli.com/obat-perapat-vagina-alami/http://agenvimaxasli.com/obat-cream-pemerah-bibir-alami/http://agenvimaxasli.com/obat-pemutih-gigi-alami/http://agenvimaxasli.com/blog/toko-obat-pembesar-penis-terpercaya/http://agenvimaxasli.com/blog/viagra-usa-obat-kuat-atasi-disfungsi-ereks

[JIRA] [redmine-plugin] (JENKINS-24373) Support Redmine repo browsers that don't start at repository root

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-24373


Support Redmine repo browsers that don't start at repository root
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:28 PM)




Comment:


http://agenvimaxasli.com/http://agenvimaxasli.com/category/alat-pembesar-penis/http://agenvimaxasli.com/category/kesehatan-kecantikan/http://agenvimaxasli.com/category/minyak-pembesar-penis/http://agenvimaxasli.com/category/obat-kuat-pria/http://agenvimaxasli.com/category/obat-pelangsing-badan/http://agenvimaxasli.com/category/obat-pembesar-penis/http://agenvimaxasli.com/category/obat-perangsang-wanita/http://agenvimaxasli.com/category/pembesar-payudara-2/http://agenvimaxasli.com/category/sex-toys-pria/http://agenvimaxasli.com/category/sex-toys-wanita/http://agenvimaxasli.com/vimax-asli-canada-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/vimax-original-canada-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/obat-pembesar-penis-vmenplus-kapsul-original/http://agenvimaxasli.com/obat-kuat-cialis-50mg-tadalafil/http://agenvimaxasli.com/klg-ramuan-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-perangsang-wanita-viagra-cair-usa/http://agenvimaxasli.com/penis-dua-kepala-alat-bantu-sex-wanita/http://agenvimaxasli.com/vigrx-plus-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/obat-kuat-maximum-powerful/http://agenvimaxasli.com/vakum-pompa-alat-pembesar-penis-alami/http://agenvimaxasli.com/vimax-proextender/http://agenvimaxasli.com/kianpi-pil-ginseng-obat-penggemuk-badan-herbal-alami/http://agenvimaxasli.com/grow-super-usa-obat-peninggi-badan-herbal-alami/http://agenvimaxasli.com/penis-ikat-pinggang-silikon-elektrik/http://agenvimaxasli.com/penis-naga-getar-silikon-elektrik/http://agenvimaxasli.com/penis-getar-silikon-elektrik/http://agenvimaxasli.com/vagina-tabung-silikon-manual/http://agenvimaxasli.com/penis-mutiara-getar-silikon-elektrik/http://agenvimaxasli.com/alat-penggeli-vagina-getar-elektrik/http://agenvimaxasli.com/vagina-fleshlight-senter/http://agenvimaxasli.com/boneka-full-body-cantik-silikon-elektrik/http://agenvimaxasli.com/vagina-mungil-getar-silikon-elektrik/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/pelangsing-fatloss-jimpness-beauty/http://agenvimaxasli.com/perangsang-cair-sex-drops-germany/http://agenvimaxasli.com/vagina-bulu-getar-silikon-elektrik/http://agenvimaxasli.com/perangsang-serbuk-wanita-alami/http://agenvimaxasli.com/pelangsing-lida-dali-daidaihua/http://agenvimaxasli.com/perangsang-potenzol-cair-alami/http://agenvimaxasli.com/pelangsing-abc-acai-berry/http://agenvimaxasli.com/semenax-kapsul-obat-penyubur-sperma/http://agenvimaxasli.com/obat-tattonox-penghilang-tatto-permanen/http://agenvimaxasli.com/alat-vakum-pembesar-payudara/http://agenvimaxasli.com/jual-selaput-dara-perawan-asli-buatan-japan/http://agenvimaxasli.com/obat-kuat-cialis-20mg-england/http://agenvimaxasli.com/celana-hernia-dan-obat-herbal-alami/http://agenvimaxasli.com/hair-tonikum-serum-obat-penumbuh-rambut-alami/http://agenvimaxasli.com/cream-pemutih-badan-whitening-scrub-2-minutes/http://agenvimaxasli.com/vmen-plus-asli-obat-penambah-stamina-pria/http://agenvimaxasli.com/lintah-oil-papua-asli/http://agenvimaxasli.com/cobra-oil-super-usa/http://agenvimaxasli.com/vagina-getar-goyang-suara-silikon-elektrik/http://agenvimaxasli.com/vagina-pinggul-getar-goyang-silikon-elektrik/http://agenvimaxasli.com/penis-mutiara-maju-mundur-elektrik/http://agenvimaxasli.com/penis-tempel-getar-silikon-elektrik/http://agenvimaxasli.com/black-mamba-oil/http://agenvimaxasli.com/perangsang-blue-wizard-cair/http://agenvimaxasli.com/obat-kuat-nangen-zengzhangsu/http://agenvimaxasli.com/perontok-bulu-yofume/http://agenvimaxasli.com/obat-kuat-black-ant-africa/http://agenvimaxasli.com/pelangsing-meizitang/http://agenvimaxasli.com/pelangsing-fruit-plant/http://agenvimaxasli.com/pemutih-ketiak-dan-selangkangan-hitam/http://agenvimaxasli.com/obat-perapat-vagina-alami/http://agenvimaxasli.com/obat-cream-pemerah-bibir-alami/http://agenvimaxasli.com/obat-pemutih-gigi-alami/http://agenvimaxasli.com/blog/toko-obat-pembesar-penis-terpercaya/http://agenvimaxasli.com/blog/viagra-usa-obat-kuat-atasi-disfungsi-ereksi/http://agenvimaxa

[JIRA] [subversion-plugin] (JENKINS-23941) SVN post commit hook does not rsolve jobs to build

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-23941


SVN post commit hook does not rsolve jobs to build
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:27 PM)




Comment:


http://agenvimaxasli.com/http://agenvimaxasli.com/category/alat-pembesar-penis/http://agenvimaxasli.com/category/kesehatan-kecantikan/http://agenvimaxasli.com/category/minyak-pembesar-penis/http://agenvimaxasli.com/category/obat-kuat-pria/http://agenvimaxasli.com/category/obat-pelangsing-badan/http://agenvimaxasli.com/category/obat-pembesar-penis/http://agenvimaxasli.com/category/obat-perangsang-wanita/http://agenvimaxasli.com/category/pembesar-payudara-2/http://agenvimaxasli.com/category/sex-toys-pria/http://agenvimaxasli.com/category/sex-toys-wanita/http://agenvimaxasli.com/vimax-asli-canada-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/vimax-original-canada-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/obat-pembesar-penis-vmenplus-kapsul-original/http://agenvimaxasli.com/obat-kuat-cialis-50mg-tadalafil/http://agenvimaxasli.com/klg-ramuan-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-perangsang-wanita-viagra-cair-usa/http://agenvimaxasli.com/penis-dua-kepala-alat-bantu-sex-wanita/http://agenvimaxasli.com/vigrx-plus-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/obat-kuat-maximum-powerful/http://agenvimaxasli.com/vakum-pompa-alat-pembesar-penis-alami/http://agenvimaxasli.com/vimax-proextender/http://agenvimaxasli.com/kianpi-pil-ginseng-obat-penggemuk-badan-herbal-alami/http://agenvimaxasli.com/grow-super-usa-obat-peninggi-badan-herbal-alami/http://agenvimaxasli.com/penis-ikat-pinggang-silikon-elektrik/http://agenvimaxasli.com/penis-naga-getar-silikon-elektrik/http://agenvimaxasli.com/penis-getar-silikon-elektrik/http://agenvimaxasli.com/vagina-tabung-silikon-manual/http://agenvimaxasli.com/penis-mutiara-getar-silikon-elektrik/http://agenvimaxasli.com/alat-penggeli-vagina-getar-elektrik/http://agenvimaxasli.com/vagina-fleshlight-senter/http://agenvimaxasli.com/boneka-full-body-cantik-silikon-elektrik/http://agenvimaxasli.com/vagina-mungil-getar-silikon-elektrik/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/pelangsing-fatloss-jimpness-beauty/http://agenvimaxasli.com/perangsang-cair-sex-drops-germany/http://agenvimaxasli.com/vagina-bulu-getar-silikon-elektrik/http://agenvimaxasli.com/perangsang-serbuk-wanita-alami/http://agenvimaxasli.com/pelangsing-lida-dali-daidaihua/http://agenvimaxasli.com/perangsang-potenzol-cair-alami/http://agenvimaxasli.com/pelangsing-abc-acai-berry/http://agenvimaxasli.com/semenax-kapsul-obat-penyubur-sperma/http://agenvimaxasli.com/obat-tattonox-penghilang-tatto-permanen/http://agenvimaxasli.com/alat-vakum-pembesar-payudara/http://agenvimaxasli.com/jual-selaput-dara-perawan-asli-buatan-japan/http://agenvimaxasli.com/obat-kuat-cialis-20mg-england/http://agenvimaxasli.com/celana-hernia-dan-obat-herbal-alami/http://agenvimaxasli.com/hair-tonikum-serum-obat-penumbuh-rambut-alami/http://agenvimaxasli.com/cream-pemutih-badan-whitening-scrub-2-minutes/http://agenvimaxasli.com/vmen-plus-asli-obat-penambah-stamina-pria/http://agenvimaxasli.com/lintah-oil-papua-asli/http://agenvimaxasli.com/cobra-oil-super-usa/http://agenvimaxasli.com/vagina-getar-goyang-suara-silikon-elektrik/http://agenvimaxasli.com/vagina-pinggul-getar-goyang-silikon-elektrik/http://agenvimaxasli.com/penis-mutiara-maju-mundur-elektrik/http://agenvimaxasli.com/penis-tempel-getar-silikon-elektrik/http://agenvimaxasli.com/black-mamba-oil/http://agenvimaxasli.com/perangsang-blue-wizard-cair/http://agenvimaxasli.com/obat-kuat-nangen-zengzhangsu/http://agenvimaxasli.com/perontok-bulu-yofume/http://agenvimaxasli.com/obat-kuat-black-ant-africa/http://agenvimaxasli.com/pelangsing-meizitang/http://agenvimaxasli.com/pelangsing-fruit-plant/http://agenvimaxasli.com/pemutih-ketiak-dan-selangkangan-hitam/http://agenvimaxasli.com/obat-perapat-vagina-alami/http://agenvimaxasli.com/obat-cream-pemerah-bibir-alami/http://agenvimaxasli.com/obat-pemutih-gigi-alami/http://agenvimaxasli.com/blog/toko-obat-pembesar-penis-terpercaya/http://agenvimaxasli.com/blog/viagra-usa-obat-kuat-atasi-disfungsi-ereksi/http://agenvimaxasli.com/blog/vi

[JIRA] [subversion-plugin] (JENKINS-24438) Jenkins crashes regularly using Subversion Plugin 2.4.1

2015-02-12 Thread lar...@gmail.com (JIRA)














































Larry Shatzer, Jr.
 updated  JENKINS-24438


Jenkins crashes regularly using Subversion Plugin 2.4.1
















Change By:


Larry Shatzer, Jr.
(12/Feb/15 5:27 PM)




Comment:


http://agenvimaxasli.com/http://agenvimaxasli.com/category/alat-pembesar-penis/http://agenvimaxasli.com/category/kesehatan-kecantikan/http://agenvimaxasli.com/category/minyak-pembesar-penis/http://agenvimaxasli.com/category/obat-kuat-pria/http://agenvimaxasli.com/category/obat-pelangsing-badan/http://agenvimaxasli.com/category/obat-pembesar-penis/http://agenvimaxasli.com/category/obat-perangsang-wanita/http://agenvimaxasli.com/category/pembesar-payudara-2/http://agenvimaxasli.com/category/sex-toys-pria/http://agenvimaxasli.com/category/sex-toys-wanita/http://agenvimaxasli.com/vimax-asli-canada-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/vimax-original-canada-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/obat-pembesar-penis-vmenplus-kapsul-original/http://agenvimaxasli.com/obat-kuat-cialis-50mg-tadalafil/http://agenvimaxasli.com/klg-ramuan-obat-pembesar-penis-herbal/http://agenvimaxasli.com/obat-perangsang-wanita-viagra-cair-usa/http://agenvimaxasli.com/penis-dua-kepala-alat-bantu-sex-wanita/http://agenvimaxasli.com/vigrx-plus-obat-pembesar-alat-vital-alami/http://agenvimaxasli.com/obat-kuat-maximum-powerful/http://agenvimaxasli.com/vakum-pompa-alat-pembesar-penis-alami/http://agenvimaxasli.com/vimax-proextender/http://agenvimaxasli.com/kianpi-pil-ginseng-obat-penggemuk-badan-herbal-alami/http://agenvimaxasli.com/grow-super-usa-obat-peninggi-badan-herbal-alami/http://agenvimaxasli.com/penis-ikat-pinggang-silikon-elektrik/http://agenvimaxasli.com/penis-naga-getar-silikon-elektrik/http://agenvimaxasli.com/penis-getar-silikon-elektrik/http://agenvimaxasli.com/vagina-tabung-silikon-manual/http://agenvimaxasli.com/penis-mutiara-getar-silikon-elektrik/http://agenvimaxasli.com/alat-penggeli-vagina-getar-elektrik/http://agenvimaxasli.com/vagina-fleshlight-senter/http://agenvimaxasli.com/boneka-full-body-cantik-silikon-elektrik/http://agenvimaxasli.com/vagina-mungil-getar-silikon-elektrik/http://agenvimaxasli.com/obat-kuat-pria-perkasa-pil-biru/http://agenvimaxasli.com/pelangsing-fatloss-jimpness-beauty/http://agenvimaxasli.com/perangsang-cair-sex-drops-germany/http://agenvimaxasli.com/vagina-bulu-getar-silikon-elektrik/http://agenvimaxasli.com/perangsang-serbuk-wanita-alami/http://agenvimaxasli.com/pelangsing-lida-dali-daidaihua/http://agenvimaxasli.com/perangsang-potenzol-cair-alami/http://agenvimaxasli.com/pelangsing-abc-acai-berry/http://agenvimaxasli.com/semenax-kapsul-obat-penyubur-sperma/http://agenvimaxasli.com/obat-tattonox-penghilang-tatto-permanen/http://agenvimaxasli.com/alat-vakum-pembesar-payudara/http://agenvimaxasli.com/jual-selaput-dara-perawan-asli-buatan-japan/http://agenvimaxasli.com/obat-kuat-cialis-20mg-england/http://agenvimaxasli.com/celana-hernia-dan-obat-herbal-alami/http://agenvimaxasli.com/hair-tonikum-serum-obat-penumbuh-rambut-alami/http://agenvimaxasli.com/cream-pemutih-badan-whitening-scrub-2-minutes/http://agenvimaxasli.com/vmen-plus-asli-obat-penambah-stamina-pria/http://agenvimaxasli.com/lintah-oil-papua-asli/http://agenvimaxasli.com/cobra-oil-super-usa/http://agenvimaxasli.com/vagina-getar-goyang-suara-silikon-elektrik/http://agenvimaxasli.com/vagina-pinggul-getar-goyang-silikon-elektrik/http://agenvimaxasli.com/penis-mutiara-maju-mundur-elektrik/http://agenvimaxasli.com/penis-tempel-getar-silikon-elektrik/http://agenvimaxasli.com/black-mamba-oil/http://agenvimaxasli.com/perangsang-blue-wizard-cair/http://agenvimaxasli.com/obat-kuat-nangen-zengzhangsu/http://agenvimaxasli.com/perontok-bulu-yofume/http://agenvimaxasli.com/obat-kuat-black-ant-africa/http://agenvimaxasli.com/pelangsing-meizitang/http://agenvimaxasli.com/pelangsing-fruit-plant/http://agenvimaxasli.com/pemutih-ketiak-dan-selangkangan-hitam/http://agenvimaxasli.com/obat-perapat-vagina-alami/http://agenvimaxasli.com/obat-cream-pemerah-bibir-alami/http://agenvimaxasli.com/obat-pemutih-gigi-alami/http://agenvimaxasli.com/blog/toko-obat-pembesar-penis-terpercaya/http://agenvimaxasli.com/blog/viagra-usa-obat-kuat-atasi-disfungsi-ereksi/http://agenvimaxasli.com/bl

[JIRA] [flexible-publish-plugin] (JENKINS-26936) support thrown from publisher job statuses

2015-02-12 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 assigned  JENKINS-26936 to ikedam



support thrown from publisher job statuses 
















Change By:


Kanstantsin Shautsou
(12/Feb/15 5:24 PM)




Assignee:


bap
ikedam



























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] [integrity-plugin] (JENKINS-26770) 'Apply' doesn't work in version 1.29 of the plugin

2015-02-12 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-26770


'Apply' doesn't work in version 1.29  of the plugin















Can't do more than ping the infra admins on IRC, which I did. Repeatedly.



























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] [android-emulator-plugin] (JENKINS-26914) Can't use prefixed ABIs

2015-02-12 Thread ch...@orr.me.uk (JIRA)















































Christopher Orr
 resolved  JENKINS-26914 as Duplicate


Can't use prefixed ABIs
















Change By:


Christopher Orr
(12/Feb/15 5:25 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























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] [android-emulator-plugin] (JENKINS-26159) Emulator won't start when using android-20 API

2015-02-12 Thread ch...@orr.me.uk (JIRA)















































Christopher Orr
 resolved  JENKINS-26159 as Duplicate


Emulator won't start when using android-20 API
















This is a duplicate of 23252 and/or 25336 and has been fixed.

A new plugin release will be coming soon.





Change By:


Christopher Orr
(12/Feb/15 5:24 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























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] [accurev-plugin] (JENKINS-26937) Obat Telat Bulan Misoprostol cytotec, 087831810789

2015-02-12 Thread hokimar...@yahoo.com (JIRA)














































Klinik Sehat
 updated  JENKINS-26937


Obat Telat Bulan Misoprostol cytotec, 087831810789
















Change By:


Klinik Sehat
(12/Feb/15 5:23 PM)




Summary:


Obat Telat Bulan
 Gastrul/
Misoprostol cytotec, 087831810789





Description:


Untuk Pemesanan / Konsultasi Hubungi *Hotline/Sms : 087831810789https://aborsisehat.wordpress.com/ Kenapa Harus Misoprostol Cytotec ? Misoprostol tidak perlu intervensi bedah Misoprostol Aman (Harus dengan cara pemakaian cytotec yang benar) Harga obat cytotec murah (jika di bandingkan dengan Metode Aborsi Bedah) Peluang berhasil tinggi 90
 –
 -
 99% sukses Cara penggunaan obat misoprostol cytotec mudah Cytotec dari produsen terkenal oleh pfizer dan di setujui FDA 



























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.


  1   2   >