[JIRA] [artifactory-plugin] (JENKINS-26161) [originalname] not expanded in artifact pattern

2014-12-18 Thread foober...@gmail.com (JIRA)














































Jochen Kemnade
 created  JENKINS-26161


[originalname] not expanded in artifact pattern















Issue Type:


Bug



Assignee:


yossis



Components:


artifactory-plugin



Created:


18/Dec/14 4:32 PM



Description:


If I use originalname in the deploy artifact pattern, the artifacts end up as "originalname" in artifactory. Apparently, the property is not evaluated.




Project:


Jenkins



Priority:


Minor



Reporter:


Jochen Kemnade

























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-26161) [originalname] not expanded in artifact pattern

2014-12-18 Thread foober...@gmail.com (JIRA)














































Jochen Kemnade
 commented on  JENKINS-26161


[originalname] not expanded in artifact pattern















I'm version 2.2.4 of the plug-on on Jenkins 1.593.



























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-26161) [originalname] not expanded in artifact pattern

2014-12-18 Thread foober...@gmail.com (JIRA)












































 
Jochen Kemnade
 edited a comment on  JENKINS-26161


[originalname] not expanded in artifact pattern
















I'm using version 2.2.4 of the plug-on on Jenkins 1.593.



























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







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


[JIRA] [jacoco-plugin] (JENKINS-25443) Show code coverage by source file

2014-11-05 Thread foober...@gmail.com (JIRA)














































Jochen Kemnade
 created  JENKINS-25443


Show code coverage by source file















Issue Type:


Improvement



Assignee:


Ognjen Bubalo



Components:


jacoco-plugin



Created:


05/Nov/14 8:59 AM



Description:


As opposed to showing a report grouped by classes, it should be possible to show a report grouped by source files.
This would be particularly helpful for code with lots of inner classes (e.g. Groovy code, where an inner class is created for each closure). 




Project:


Jenkins



Priority:


Minor



Reporter:


Jochen Kemnade

























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] (JENKINS-23650) artifactoryPublish fails with Gradle 2.0

2014-07-02 Thread foober...@gmail.com (JIRA)














































Jochen Kemnade
 created  JENKINS-23650


artifactoryPublish fails with Gradle 2.0















Issue Type:


Bug



Affects Versions:


current



Assignee:


yossis



Components:


artifactory



Created:


02/Jul/14 8:22 AM



Description:


The artifactoryPublish task fails in a project that uses Gradle(w) 2.0:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':artifactoryPublish'.
 org/apache/ivy/core/IvyPatternHelper

* Try:
Run with --debug option to get more log output.

* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':artifactoryPublish'.
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46)
	at org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35)
	at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:64)
	at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58)
	at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:42)
	at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)
	at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:53)
	at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)
	at org.gradle.api.internal.AbstractTask.executeWithoutThrowingTaskFailure(AbstractTask.java:296)
	at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.executeTask(AbstractTaskPlanExecutor.java:79)
	at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.processTask(AbstractTaskPlanExecutor.java:63)
	at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.run(AbstractTaskPlanExecutor.java:51)
	at org.gradle.internal.concurrent.DefaultExecutorFactory$StoppableExecutorImpl$1.run(DefaultExecutorFactory.java:64)
Caused by: java.lang.NoClassDefFoundError: org/apache/ivy/core/IvyPatternHelper
	at org.jfrog.gradle.plugin.artifactory.task.BuildInfoConfigurationsTask.gradleDeployDetails(BuildInfoConfigurationsTask.java:455)
	at org.jfrog.gradle.plugin.artifactory.task.BuildInfoConfigurationsTask.gradleDeployDetails(BuildInfoConfigurationsTask.java:410)
	at org.jfrog.gradle.plugin.artifactory.task.BuildInfoConfigurationsTask.getArtifactDeployDetails(BuildInfoConfigurationsTask.java:390)
	at org.jfrog.gradle.plugin.artifactory.task.BuildInfoConfigurationsTask_Decorated.getArtifactDeployDetails(Unknown Source)
	at org.jfrog.gradle.plugin.artifactory.task.BuildInfoConfigurationsTask.collectDescriptorsAndArtifactsForUpload(BuildInfoConfigurationsTask.java:197)
	at org.jfrog.gradle.plugin.artifactory.task.BuildInfoBaseTask.prepareAndDeploy(BuildInfoBaseTask.java:267)
	at org.jfrog.gradle.plugin.artifactory.task.BuildInfoBaseTask.collectProjectBuildInfo(BuildInfoBaseTask.java:365)
	at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:63)
	at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.doExecute(AnnotationProcessingTaskFactory.java:218)
	at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:211)
	at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:200)
	at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:570)
	at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:553)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:80)
	at