[JIRA] [credentials-plugin] (JENKINS-20408) Provide REST API

2015-03-29 Thread ctpek...@gmail.com (JIRA)














































Aleksey Maksimov
 commented on  JENKINS-20408


Provide REST API















The code with API support have been added and merged to master on 12 Feb 2015: https://github.com/jenkinsci/credentials-plugin/pull/8



























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] [flexible-publish-plugin] (JENKINS-27171) Conditions are evaluated for each actions

2015-03-29 Thread de...@ikedam.jp (JIRA)














































ikedam
 commented on  JENKINS-27171


Conditions are evaluated for each actions















Released 0.15.1, which displays the compatibility warning for flexible-publish 0.14.1 and earlier. It will be available in a day.
I decided to release that immediately as the compatibility warning is useful for users only before they upgrade flexible-publish to 0.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] [flexible-publish-plugin] (JENKINS-27171) Conditions are evaluated for each actions

2015-03-29 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-27171


Conditions are evaluated for each actions















Code changed in jenkins
User: ikedam
Path:
 pom.xml
http://jenkins-ci.org/commit/flexible-publish-plugin/bc5e694170d0a3d1f52955634e1fa8cfbd718210
Log:
  JENKINS-27171 Displays compatibility warnings in the update center for flexible-publish  0.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] [flexible-publish-plugin] (JENKINS-27171) Conditions are evaluated for each actions

2015-03-29 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-27171


Conditions are evaluated for each actions















Code changed in jenkins
User: ikedam
Path:
 pom.xml
http://jenkins-ci.org/commit/flexible-publish-plugin/6ce459851649d8858a8646cbc95e01ba92faf143
Log:
  Merge pull request #13 from ikedam/feature/JENKINS-27171_CompatibleSinceVersion0.15

JENKINS-27171 Displays compatibility warnings in the update center for flexible-publish  0.15.


Compare: https://github.com/jenkinsci/flexible-publish-plugin/compare/f4c0283c6252...6ce459851649




























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







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


[JIRA] [build-pipeline-plugin] (JENKINS-27537) Regular list project view failing to load with Build Pipeline 1.4.5 installed

2015-03-29 Thread abune...@gmail.com (JIRA)














































David Resnick
 commented on  JENKINS-27537


Regular list project view failing to load with Build Pipeline  1.4.5 installed















I've had a chance to investigate further.

When I try to open one of my build-pipeline views I get this in the log:



Mar 29, 2015 6:19:00 AM hudson.ExpressionFactory2$JexlExpression evaluate
WARNING: Caught exception evaluating: h.hasPermission(it, permission) in /view/plutus-cd/. Reason: java.lang.ClassCastException
java.lang.ClassCastException

Mar 29, 2015 6:19:00 AM hudson.ExpressionFactory2$JexlExpression evaluate
WARNING: Caught exception evaluating: it.items in /view/plutus-cd/. Reason: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.commons.jexl.util.PropertyExecutor.execute(PropertyExecutor.java:125)
	at org.apache.commons.jexl.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:314)
	at org.apache.commons.jexl.parser.ASTArrayAccess.evaluateExpr(ASTArrayAccess.java:185)
	at org.apache.commons.jexl.parser.ASTIdentifier.execute(ASTIdentifier.java:75)
	at org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:83)
	at org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:57)
	at org.apache.commons.jexl.parser.ASTReferenceExpression.value(ASTReferenceExpression.java:51)
	at org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:80)
	at hudson.ExpressionFactory2$JexlExpression.evaluate(ExpressionFactory2.java:74)
	at org.apache.commons.jelly.tags.core.CoreTagLibrary$3.run(CoreTagLibrary.java:134)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99)
	at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
	at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99)
	at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
	at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120)
	at org.kohsuke.stapler.jelly.CompressTag.doTag(CompressTag.java:44)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
	at org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:95)
	at org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:63)
	at org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:53)
	at org.kohsuke.stapler.jelly.JellyClassTearOff.serveIndexJelly(JellyClassTearOff.java:112)
	at org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:127)
	at 

[JIRA] [jenkins-tracker] (JENKINS-27645) High memory usage by Jenkins ver. 1.580.1 slave error

2015-03-29 Thread narayanpradhan7...@gmail.com (JIRA)














































NARAYAN PRADHAN
 commented on  JENKINS-27645


High memory usage by Jenkins ver. 1.580.1  slave error 















I am sorry, but whatever I have put it should consider as bug.
1 hight memory usage 
2 and error in downstream job

if this need to be put somewhere else, then i may need someones help 



























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] [configurationslicing-plugin] (JENKINS-25964) NullPointerExcpetion when try to slice parameters

2015-03-29 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-25964 as Fixed


NullPointerExcpetion when try to slice parameters
















Change By:


SCM/JIRA link daemon
(29/Mar/15 11:03 AM)




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] [configurationslicing-plugin] (JENKINS-25964) NullPointerExcpetion when try to slice parameters

2015-03-29 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-25964


NullPointerExcpetion when try to slice parameters















Code changed in jenkins
User: ninian
Path:
 src/main/java/configurationslicing/UnorderedStringSlice.java
http://jenkins-ci.org/commit/configurationslicing-plugin/2523774125cc54319bf4c6ed5ddd888b282f4837
Log:
  Applying suggested fix for JENKINS-25964





























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] [configurationslicing-plugin] (JENKINS-25964) NullPointerExcpetion when try to slice parameters

2015-03-29 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-25964


NullPointerExcpetion when try to slice parameters















Code changed in jenkins
User: ninian
Path:
 src/main/java/configurationslicing/UnorderedStringSlice.java
http://jenkins-ci.org/commit/configurationslicing-plugin/0aadd9ec613ed84e4a379088e31bee30421038d8
Log:
  Merge pull request #16 from ninian/master

Applying suggested fix for JENKINS-25964


Compare: https://github.com/jenkinsci/configurationslicing-plugin/compare/e454609618fb...0aadd9ec613e




























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] [configurationslicing-plugin] (JENKINS-25964) NullPointerExcpetion when try to slice parameters

2015-03-29 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-25964


NullPointerExcpetion when try to slice parameters















Code changed in jenkins
User: ninian
Path:
 src/main/java/configurationslicing/UnorderedStringSlice.java
http://jenkins-ci.org/commit/configurationslicing-plugin/5ef829b9f18300068be6c6d54f3f0804885ef8f2
Log:
  FIXED JENKINS-25964





























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] [weblogic-deployer-plugin] (JENKINS-27600) Failed to Deploy, task completed abnormally, exit code 1

2015-03-29 Thread r...@orange.fr (JIRA)















































Raphael CHAUMIER
 closed  JENKINS-27600 as Duplicate


Failed to Deploy, task completed abnormally, exit code 1
















duplcated ticket





Change By:


Raphael CHAUMIER
(29/Mar/15 8:04 PM)




Status:


Resolved
Closed





Assignee:


RaphaelCHAUMIER



























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] [weblogic-deployer-plugin] (JENKINS-21244) Un-escaped $ in module file name passed in command line to weblogic.jar results in the input file not found deployer

2015-03-29 Thread r...@orange.fr (JIRA)














































Raphael CHAUMIER
 commented on  JENKINS-21244


Un-escaped $ in module file name passed in command line to weblogic.jar results in the input file not found deployer















Hi

This issue will be fixed in 3.1 version.

Concerns default command line and set command line in advanced task properties.

Idea

Escaping the $ or quoting the string should fix it, same as the other 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] [weblogic-deployer-plugin] (JENKINS-27600) Failed to Deploy, task completed abnormally, exit code 1

2015-03-29 Thread r...@orange.fr (JIRA)















































Raphael CHAUMIER
 resolved  JENKINS-27600 as Duplicate


Failed to Deploy, task completed abnormally, exit code 1
















duplicate with JENKINS-21244





Change By:


Raphael CHAUMIER
(29/Mar/15 8:03 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] [multiple-scms-plugin] (JENKINS-27470) StackOverflowError with version 0.4

2015-03-29 Thread chiki...@java.net (JIRA)














































chikigai
 commented on  JENKINS-27470


StackOverflowError with version 0.4















Issue still occurs using Jenkins LTS 1.596.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.