[JIRA] (JENKINS-37694) link to archived build artifacts is hidden until pipeline has finished
Title: Message Title Eugene G commented on JENKINS-37694 Re: link to archived build artifacts is hidden until pipeline has finished Thank you, Christopher Head, it works! Add Comment This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38) -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.173822.1472152728000.9948.1586808060823%40Atlassian.JIRA.
[JIRA] (JENKINS-37694) link to archived build artifacts is hidden until pipeline has finished
Title: Message Title Christopher Head commented on JENKINS-37694 Re: link to archived build artifacts is hidden until pipeline has finished It’s here, not on the page where you see details about a specific build but on the page above that one, where you see information about all builds in a branch or project. Add Comment This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38) -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.173822.1472152728000.7310.1586232002011%40Atlassian.JIRA.
[JIRA] (JENKINS-37694) link to archived build artifacts is hidden until pipeline has finished
Title: Message Title Christopher Head updated an issue Jenkins / JENKINS-37694 link to archived build artifacts is hidden until pipeline has finished Change By: Christopher Head Attachment: screenshot.png Add Comment This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38) -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.173822.1472152728000.7308.1586232001745%40Atlassian.JIRA.
[JIRA] (JENKINS-37694) link to archived build artifacts is hidden until pipeline has finished
Title: Message Title Eugene G commented on JENKINS-37694 Re: link to archived build artifacts is hidden until pipeline has finished Matthias Balke, where do you see the download icon? I have a prompt dialog in my pipeline and when it's waiting for a user's response, nobody can see archived artifacts. Do you know any workarounds? Is it possible to write own function in a shared library that will attach files to the build immediately? Add Comment This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38) -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.173822.1472152728000.7164.1586197320361%40Atlassian.JIRA.
[JIRA] (JENKINS-37694) link to archived build artifacts is hidden until pipeline has finished
Title: Message Title Mike Kingsbury commented on JENKINS-37694 Re: link to archived build artifacts is hidden until pipeline has finished I thought we could view archived artifacts before. In our workflow, I've been holding a parallel step open to keep a VM around until the developer could look at the failure and triage it (cloud causes the VM to go poof as soon as the node is done). We upload logs before an input stage; now they aren't visible. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37694) link to archived build artifacts is hidden until pipeline has finished
Title: Message Title Daniel Beck commented on JENKINS-37694 Re: link to archived build artifacts is hidden until pipeline has finished Jesse Glick Someone downloads artifacts. Let's ignore the possibility that it'll result in half-archived files / broken archives when a file is still being written to, there's still a chance that the archive is incomplete if some files are not yet finished. Now there's an archive around that doesn't have all the things in it. Seems like there's only pain and suffering in that direction. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37694) link to archived build artifacts is hidden until pipeline has finished
Title: Message Title Jesse Glick commented on JENKINS-37694 Re: link to archived build artifacts is hidden until pipeline has finished you probably don't want to show / allow downloading a partial archive I suppose. Not obvious to me what the risk is. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37694) link to archived build artifacts is hidden until pipeline has finished
Title: Message Title Daniel Beck edited a comment on JENKINS-37694 Re: link to archived build artifacts is hidden until pipeline has finished The reason is (my guess) that regular projects archive artifacts as last step, and you probably don't want to show / allow downloading a partial archive. So any solution will need to ensure that the current archiving action has been completed. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37694) link to archived build artifacts is hidden until pipeline has finished
Title: Message Title Daniel Beck commented on JENKINS-37694 Re: link to archived build artifacts is hidden until pipeline has finished The reason is that regular projects archive artifacts as last step, and you probably don't want to show / allow downloading a partial archive. So any solution will need to ensure that the current archiving action has been completed. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37694) link to archived build artifacts is hidden until pipeline has finished
Title: Message Title
Leah Klearman created an issue
Jenkins / JENKINS-37694
link to archived build artifacts is hidden until pipeline has finished
Issue Type:
Bug
Assignee:
Unassigned
Components:
core
Created:
2016/Aug/25 7:18 PM
Environment:
Jenkins 2.x, Pipeline job.
Labels:
workflow
Priority:
Minor
Reporter:
Leah Klearman
jglick klrmn: hah. Works fine in stage view, but https://github.com/jenkinsci/jenkins/blob/ee447af7e8e283ff50032532a571766f810ea061/core/src/main/resources/lib/hudson/artifactList.jelly#L44 explicitly hides it during the build, for no reason I can see. Test case: stage 'All'; node {writeFile file: 'f.txt', text: 'hello'; archive 'f.txt'; input 'hold on'} Workaround: manually append `artifact/` to build index URL.
Add Comment
