Quantcast

[JIRA] (JENKINS-15497) Display link to download TAP attachment

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15497) Display link to download TAP attachment

JIRA noreply@jenkins-ci.org
Issue Type: New Feature New Feature
Assignee: Bruno P. Kinoshita
Components: tap
Created: 11/Oct/12 11:11 PM
Description:

As Cody L. suggested, it would be great to have a link to download the attachments of a TAP Stream (YAMLish).

Project: Jenkins
Labels: tap attachments
Priority: Minor Minor
Reporter: Bruno P. Kinoshita
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15497) Display link to download TAP attachment

JIRA noreply@jenkins-ci.org
Change By: Bruno P. Kinoshita (12/Oct/12 6:26 PM)
Status: Open In Progress
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15497) Display link to download TAP attachment

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Used this TAP Stream while testing:

1..2
ok 1

extensions:
files:
sample.txt:
File-Type: text/plain
File-Name: sample.txt
File-Size: 43
File-Content: c2FtcGxl
...
ok2

Will attach an evidence of how it looks like after the changes.

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15497) Display link to download TAP attachment

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: Bruno P. Kinoshita (12/Oct/12 6:27 PM)
Attachment: 001.png
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15497) Display link to download TAP attachment

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: Bruno P. Kinoshita (12/Oct/12 7:04 PM)
Status: In Progress Open
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15497) Display link to download TAP attachment

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: SCM/JIRA link daemon (12/Oct/12 7:05 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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15497) Display link to download TAP attachment

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Bruno P. Kinoshita
Path:
src/main/java/org/tap4j/plugin/TapResult.java
src/main/java/org/tap4j/plugin/util/DiagnosticUtil.java
src/main/resources/org/tap4j/plugin/TapResult/index.jelly
src/main/resources/org/tap4j/plugin/tags/line.jelly
src/main/resources/org/tap4j/plugin/tags/yaml.jelly
http://jenkins-ci.org/commit/tap-plugin/3eff2031f16f744d8b7484c119982a9160fd7377
Log:
[FIXED JENKINS-15497] Display link to download YAMLish attachments.

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15497) Display link to download TAP attachment

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Bruno P. Kinoshita
Path:
src/main/java/org/tap4j/plugin/TapResult.java
http://jenkins-ci.org/commit/tap-plugin/15d48ef54b7aa44aa9d69c7fe957904888251d93
Log:
JENKINS-15497 Fixing incorrect if, where we were comparing the value with
the key name, while we should use the key value instead.

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15497) Display link to download TAP attachment

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Bruno P. Kinoshita
Path:
src/main/java/org/tap4j/plugin/TapResult.java
src/main/java/org/tap4j/plugin/model/TapAttachment.java
http://jenkins-ci.org/commit/tap-plugin/a4a18a7d5e5570216c725a66d264407ba19c0bd9
Log:
JENKINS-15497 Adding a new object to represent a TapAttachment. This new design allows us to send the file-size, file-name and other values found in a map diagnostics

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15497) Display link to download TAP attachment

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Fixed in 1.6

Change By: Bruno P. Kinoshita (19/Oct/12 3:57 PM)
Status: Resolved Closed
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
Loading...