[JIRA] (JENKINS-57968) set the source root

1 view
Skip to first unread message

henryborchers@yahoo.com (JIRA)

unread,
Jun 11, 2019, 1:44:02 PM6/11/19
to jenkinsc...@googlegroups.com
Henry Borchers created an issue
 
Jenkins / New Feature JENKINS-57968
set the source root
Issue Type: New Feature New Feature
Assignee: Ulli Hafner
Components: warnings-ng-plugin
Created: 2019-06-11 17:43
Priority: Minor Minor
Reporter: Henry Borchers

My pipelines generate my builds out of source which has provide me with a problem with any warning messages that use relative paths for the file names. warnings-ng is able to parse the warning messages beautifully but it's unable to link it back to the scm directory or source root.

 

For reference, my jenkins workspace looks a little like this...

 

<WORKSPACE ROOT>/

<WORKSPACE ROOT>/scm/

<WORKSPACE ROOT>/scm/.git/

<WORKSPACE ROOT>/build/

<WORKSPACE ROOT>/reports/

<WORKSPACE ROOT>/dist/

<WORKSPACE ROOT>/logs/

 

What I would love is to use is something like this is my pipeline

 

recordIssues(

    tools: [myPy(name: 'MyPy', pattern: 'logs/mypy.log')],            sourcePath: "scm"

)
 

I love this plugin. it's saved me from so much trouble

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)
Reply all
Reply to author
Forward
0 new messages