[JIRA] (JENKINS-14637) Maven Deployment Linker does not support all permalinks types

2013-03-15 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-14637


Maven Deployment Linker does not support all permalinks types















Code changed in jenkins
User: imod
Path:
 src/main/java/hudson/plugins/mavendeploymentlinker/MavenDeploymentDownloader.java
http://jenkins-ci.org/commit/maven-deployment-linker-plugin/b80b10e246bdc802624265f04a04ec9697e312da
Log:
  FIXED JENKINS-14637 if possible, get all permalinks from target project


Compare: https://github.com/jenkinsci/maven-deployment-linker-plugin/compare/1e3eed66f818...b80b10e246bd

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






























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/groups/opt_out.




[JIRA] (JENKINS-14637) Maven Deployment Linker does not support all permalinks types

2013-03-15 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-14637 as Fixed


Maven Deployment Linker does not support all permalinks types
















Change By:


SCM/JIRA link daemon
(15/Mar/13 6:12 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/groups/opt_out.




[JIRA] (JENKINS-14637) Maven Deployment Linker does not support all permalinks types

2013-03-11 Thread d...@fortysix.ch (JIRA)















































domi
 assigned  JENKINS-14637 to domi



Maven Deployment Linker does not support all permalinks types
















Change By:


domi
(11/Mar/13 6:56 AM)




Assignee:


DominikBartholdi
domi



























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/groups/opt_out.




[JIRA] (JENKINS-14637) Maven Deployment Linker does not support all permalinks types

2012-08-03 Thread ra...@kubacki.cz (JIRA)














































Radim Kubacki
 created  JENKINS-14637


Maven Deployment Linker does not support all permalinks types















Issue Type:


Bug



Assignee:


Larry Shatzer, Jr.



Components:


maven-deployment-linker



Created:


31/Jul/12 10:03 AM



Description:


It is not possible to get Maven artifacts from a Maven release build using Maven Deployment Linker because only choices are to scan linked artifacts in last / last stable / last successfull and similar builds defined by built-in permalinks. Maven release plugin creates another type of permalink that is not supported.

I'd like to use it in a downstream build that will get (possibly manually tested) artifacts from release build and deploy them or do some other action related to deployment pipeline. Meanwhile there can be many snapshot builds executed in the upstream build (including one spawned by SCM notification after changeset caused by version update). 

Cf. Copy artifact plugin that allows to select this type (but it is not very helpfull because the only artifact linked by Maven release build is master pom).

See also https://groups.google.com/forum/?fromgroups#!topic/jenkinsci-users/lZJMsRxpmVE




Project:


Jenkins



Priority:


Major



Reporter:


Radim Kubacki

























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






[JIRA] (JENKINS-14637) Maven Deployment Linker does not support all permalinks types

2012-08-03 Thread lshat...@java.net (JIRA)














































Larry Shatzer, Jr.
 commented on  JENKINS-14637


Maven Deployment Linker does not support all permalinks types















The name "linker" in the plugin name does not mean permlinks, but hyperlinks that it puts in the job page. The m2 release plugin already puts a link to the build that caused the release. It seems like a bug for the m2 release plugin, since this plugin is only to put hyperlinks on the build/job pages. It does this by scanning the log of the build for all artifacts uploaded to a maven repository by means of a regex.



























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






[JIRA] (JENKINS-14637) Maven Deployment Linker does not support all permalinks types

2012-08-03 Thread lshat...@java.net (JIRA)












































 
Larry Shatzer, Jr.
 edited a comment on  JENKINS-14637


Maven Deployment Linker does not support all permalinks types
















The name "linker" in the plugin name does not mean permlinks, but hyperlinks that it puts in the job page. The m2 release plugin already puts a link to the build that caused the release. It seems like a bug for the m2 release plugin, since this plugin is only to put hyperlinks on the build/job pages. It does this by scanning the log of the build for all artifacts uploaded to a maven repository by means of a regex.

Also some maven jobs (usually multi-module ones) produce multiple artifacts, so how would it know which one(s) to put in the permalink, if there was one?



























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






[JIRA] (JENKINS-14637) Maven Deployment Linker does not support all permalinks types

2012-08-03 Thread ra...@kubacki.cz (JIRA)














































Radim Kubacki
 commented on  JENKINS-14637


Maven Deployment Linker does not support all permalinks types















AFAICT the functionality of Maven Deployment Linker is not only to put hyperlinks to build/job pages but it also registers a build step that can be used by a downstream build to get linked artifacts from the another build (upstream) build. This makes it possible to create a pipeline of builds where artifact created by first build will be used in the second (downstream) build.

My complaint is that this action (hudson/plugins/mavendeploymentlinker/MavenDeploymentDownloader.java) can only by used for builds specified by simple criteria and I cannot ask to get artifacts generated by last release build (last release build can be accessed through a permalink).



























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






[JIRA] (JENKINS-14637) Maven Deployment Linker does not support all permalinks types

2012-08-03 Thread lshat...@java.net (JIRA)















































Larry Shatzer, Jr.
 assigned  JENKINS-14637 to Dominik Bartholdi



Maven Deployment Linker does not support all permalinks types
















Ahhh, that functionality was not added by me, but Dominik Bartholdi (imod). I'll assign it to him to look at.





Change By:


Larry Shatzer, Jr.
(03/Aug/12 2:08 PM)




Assignee:


LarryShatzer,Jr.
DominikBartholdi



























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