Re: How to publish artifacts which will be still available via links on Jenkins?

2012-12-22 Thread Grégory Boissinot
ArtifactDeployer Jenkins plugin
(https://wiki.jenkins-ci.org/display/JENKINS/ArtifactDeployer+Plugin)
should resolve your issue.

On Thu, Dec 13, 2012 at 7:39 AM, zakyn  wrote:
> Hello,
>
> I have this situation. I have limited space on VM so I have to move the
> results(artifacts) to the another virtual HDD (for example
> \\file01\jenkins\results) but I need to have
> the links to these files still available from the Jenkins web pages.
>
> I went through the plugins but I did not find what I need.
>
> Could you please help me?
>
> Thank you.
>
> Zakyn


Re: How to publish artifacts which will be still available via links on Jenkins?

2012-12-13 Thread Vladimir Zak
Hi,

I have a look at it but it is not so clear to me why I should use that?

What are the advantages of the usage of it?

Thank you.

zakyn




2012/12/13 Clemens :
> Hi,
>
> have you just thought about using "Artifactory" ?
>
>
> Am Donnerstag, 13. Dezember 2012 07:39:52 UTC+1 schrieb zakyn:
>>
>> Hello,
>>
>> I have this situation. I have limited space on VM so I have to move the
>> results(artifacts) to the another virtual HDD (for example
>> \\file01\jenkins\results) but I need to have
>> the links to these files still available from the Jenkins web pages.
>>
>> I went through the plugins but I did not find what I need.
>>
>> Could you please help me?
>>
>> Thank you.
>>
>> Zakyn


Re: How to publish artifacts which will be still available via links on Jenkins?

2012-12-13 Thread Clemens
Hi,

have you just thought about using "Artifactory" ?


Am Donnerstag, 13. Dezember 2012 07:39:52 UTC+1 schrieb zakyn:
>
> Hello,
>  
> I have this situation. I have limited space on VM so I have to move the 
> results(artifacts) to the another virtual HDD (for example 
> \\file01\jenkins\results) but I need to have 
> the links to these files still available from the Jenkins web pages.
>  
> I went through the plugins but I did not find what I need.
>  
> Could you please help me?
>  
> Thank you.
>  
> Zakyn
>


Re: How to publish artifacts which will be still available via links on Jenkins?

2012-12-13 Thread Pawel Jasinski
hi,

groovy postbuild is your plugin.
Example configuration:

s=manager.createSummary("package.png")
s.appendText( "result.msi", false)
s.appendText( "result.msi", false)

be aware that normal browser by default do not follow such a links. e.g.
firefox - http://kb.mozillazine.org/Links_to_local_pages_do_not_work

cheers,
pawel


On Thu, Dec 13, 2012 at 7:39 AM, zakyn  wrote:

> Hello,
>
> I have this situation. I have limited space on VM so I have to move the
> results(artifacts) to the another virtual HDD (for example
> \\file01\jenkins\results) but I need to have
> the links to these files still available from the Jenkins web pages.
>
> I went through the plugins but I did not find what I need.
>
> Could you please help me?
>
> Thank you.
>
> Zakyn
>


How to publish artifacts which will be still available via links on Jenkins?

2012-12-12 Thread zakyn
Hello,
 
I have this situation. I have limited space on VM so I have to move the 
results(artifacts) to the another virtual HDD (for example 
\\file01\jenkins\results) but I need to have 
the links to these files still available from the Jenkins web pages.
 
I went through the plugins but I did not find what I need.
 
Could you please help me?
 
Thank you.
 
Zakyn