Git Product home page Git Product logo

Comments (12)

tomasbjerre avatar tomasbjerre commented on June 27, 2024

And nothing in the Jenkins server log?
How have you configured it?
What are the paths to the report files in your workspace?

from violation-comments-to-stash-plugin.

tomasbjerre avatar tomasbjerre commented on June 27, 2024

You may try 1.16. Its completely rewritten.

from violation-comments-to-stash-plugin.

dcsobral avatar dcsobral commented on June 27, 2024

Is it out already? I don't see it on m y Jenkins update list.

On 29 July 2016 at 14:11, Tomas Bjerre [email protected] wrote:

You may try 1.16. Its completely rewritten.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAInF_SjT9Ce_01WFv4PLlu24TLWNpizks5qal5sgaJpZM4JXcSV
.

Daniel C. Sobral

I travel to the future all the time.

from violation-comments-to-stash-plugin.

tomasbjerre avatar tomasbjerre commented on June 27, 2024

It should be there now.

Den 30 juli 2016 03:50 skrev "Daniel Capo Sobral" <[email protected]

:

Is it out already? I don't see it on m y Jenkins update list.

On 29 July 2016 at 14:11, Tomas Bjerre [email protected] wrote:

You may try 1.16. Its completely rewritten.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<
#10 (comment)
,
or mute the thread
<
https://github.com/notifications/unsubscribe-auth/AAInF_SjT9Ce_01WFv4PLlu24TLWNpizks5qal5sgaJpZM4JXcSV

.

Daniel C. Sobral

I travel to the future all the time.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAa1E32sD-qfCTDqUzf8UvC0IAVUIf4Zks5qaq31gaJpZM4JXcSV
.

from violation-comments-to-stash-plugin.

dcsobral avatar dcsobral commented on June 27, 2024

I'm using 1.16 now, and it's still no better. I'm not getting anything on
the PRs and, in fact, I had the URL misconfigured at one point and didn't
even get an error on that. I don't know if it found any files, and if it
did whether it found any violations on them, and if it did whether it tried
to contact Bitbucket or not.

Right now, I can't tell the difference between everything worked perfectly
and there's nothing to report and it couldn't even find the violation files.

On 29 July 2016 at 23:11, Tomas Bjerre [email protected] wrote:

It should be there now.

Den 30 juli 2016 03:50 skrev "Daniel Capo Sobral" <
[email protected]

:

Is it out already? I don't see it on m y Jenkins update list.

On 29 July 2016 at 14:11, Tomas Bjerre [email protected] wrote:

You may try 1.16. Its completely rewritten.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<

#10 (comment)

,
or mute the thread
<

https://github.com/notifications/unsubscribe-auth/AAInF_SjT9Ce_01WFv4PLlu24TLWNpizks5qal5sgaJpZM4JXcSV

.

Daniel C. Sobral

I travel to the future all the time.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<
#10 (comment)
,
or mute the thread
<
https://github.com/notifications/unsubscribe-auth/AAa1E32sD-qfCTDqUzf8UvC0IAVUIf4Zks5qaq31gaJpZM4JXcSV

.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAInFzwuY5xk5J0DjA1oxzmTG94BdBPuks5qat0egaJpZM4JXcSV
.

Daniel C. Sobral

I travel to the future all the time.

from violation-comments-to-stash-plugin.

tomasbjerre avatar tomasbjerre commented on June 27, 2024

And nothing in the Jenkins server log?
How have you configured it? What does your regexp look like?
What are the paths to the report files in your workspace?

There should be some info logging in the server log file, more then in the job console log. https://github.com/tomasbjerre/violation-comments-lib/blob/master/src/main/java/se/bjurr/violations/comments/lib/CommentsCreator.java

Here is an example, where the Bitbucket Server (or Stash) is offline or incorrect:

INFO: asd #23 main build action completed: SUCCESS
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: CHECKSTYLE with pattern .*\.xml$
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: CSSLINT with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: LINT with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: FINDBUGS with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: JSHINT with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: PMD with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: CPPCHECK with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: RESHARPER with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: FLAKE8 with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: CPPLINT with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: XMLLINT with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: PERLCRITIC with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: PITEST with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: ANDROIDLINT with pattern 
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: Workspace: /home/bjerre/workspace/violation-comments-to-stash-plugin/work/jobs/asd/workspace
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: Using username/password: a.../*********
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
INFO: Will comment PR PROJECT_1/rep_1/1 on http://localhost:7990/bitbucket
jul 31, 2016 8:48:52 FM se.bjurr.violations.comments.lib.CommentsCreator <init>
INFO: 1 violations.
jul 31, 2016 8:48:52 FM org.jenkinsci.plugins.jvctb.JvctbLogger doLog
ALLVARLIG: 
java.lang.RuntimeException: Error calling:
http://localhost:7990/bitbucket/rest/api/1.0/projects/PROJECT_1/repos/rep_1/pull-requests/1/changes?limit=999999
GET
null
    at se.bjurr.violations.comments.bitbucketserver.lib.client.BitbucketServerInvoker.invokeUrl(BitbucketServerInvoker.java:56)
    at se.bjurr.violations.comments.bitbucketserver.lib.client.BitbucketServerClient.invokeAndParse(BitbucketServerClient.java:71)
    at se.bjurr.violations.comments.bitbucketserver.lib.client.BitbucketServerClient.pullRequestChanges(BitbucketServerClient.java:37)
    at se.bjurr.violations.comments.bitbucketserver.lib.BitbucketServerCommentsProvider.getFiles(BitbucketServerCommentsProvider.java:69)
    at se.bjurr.violations.comments.lib.CommentsCreator.<init>(CommentsCreator.java:39)
    at se.bjurr.violations.comments.lib.CommentsCreator.createComments(CommentsCreator.java:24)
    at se.bjurr.violations.comments.bitbucketserver.lib.ViolationCommentsToBitbucketServerApi.toPullRequest(ViolationCommentsToBitbucketServerApi.java:80)
    at org.jenkinsci.plugins.jvctb.perform.JvctbPerformer.doPerform(JvctbPerformer.java:85)
    at org.jenkinsci.plugins.jvctb.perform.JvctbPerformer$1.invoke(JvctbPerformer.java:117)
    at org.jenkinsci.plugins.jvctb.perform.JvctbPerformer$1.invoke(JvctbPerformer.java:104)
    at hudson.FilePath.act(FilePath.java:989)
    at hudson.FilePath.act(FilePath.java:967)
    at org.jenkinsci.plugins.jvctb.perform.JvctbPerformer.jvctsPerform(JvctbPerformer.java:104)
    at org.jenkinsci.plugins.jvctb.ViolationsToBitbucketServerRecorder.perform(ViolationsToBitbucketServerRecorder.java:67)
    at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
    at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:776)
    at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
    at hudson.model.Build$BuildExecution.post2(Build.java:183)
    at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
    at hudson.model.Run.execute(Run.java:1763)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:98)
    at hudson.model.Executor.run(Executor.java:381)
Caused by: java.net.ConnectException: Förbindelse vägras
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    at java.net.Socket.connect(Socket.java:589)
    at java.net.Socket.connect(Socket.java:538)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
    at sun.net.www.http.HttpClient.New(HttpClient.java:308)
    at sun.net.www.http.HttpClient.New(HttpClient.java:326)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1169)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1105)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:999)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:933)
    at se.bjurr.violations.comments.bitbucketserver.lib.client.BitbucketServerInvoker.invokeUrl(BitbucketServerInvoker.java:42)
    ... 23 more

from violation-comments-to-stash-plugin.

dcsobral avatar dcsobral commented on June 27, 2024

Nothing on the server logs (besides the usual build started, etc).

As for configuration, I selected one comment per violation on one build,
and all violations in one big comment on another. User, password, server,
project and repository hardcoded, and pull request id as a variable. That
one I know is ok because the last thing the plugin prints is the number of
the pull request it is going to comment on.

I'm using these patterns:

findbugs: */target/findbugsXml.xml
checkstyle: *
/target/checkstyle-result.xml

On 30 July 2016 at 23:36, Tomas Bjerre [email protected] wrote:

And nothing in the Jenkins server log?
How have you configured it? What does your regexp look like?
What are the paths to the report files in your workspace?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAInFxaEHsQiszBu8V8S_2Ix_q_09y45ks5qbDRRgaJpZM4JXcSV
.

Daniel C. Sobral

I travel to the future all the time.

from violation-comments-to-stash-plugin.

tomasbjerre avatar tomasbjerre commented on June 27, 2024

Ok, the patterns are not regexp. You may use patterns like:

.*/target/checkstyle-result.xml$

2016-08-01 11:09 GMT+02:00 Daniel Capo Sobral [email protected]:

Nothing on the server logs (besides the usual build started, etc).

As for configuration, I selected one comment per violation on one build,
and all violations in one big comment on another. User, password, server,
project and repository hardcoded, and pull request id as a variable. That
one I know is ok because the last thing the plugin prints is the number of
the pull request it is going to comment on.

I'm using these patterns:

findbugs: */target/findbugsXml.xml
checkstyle: *
/target/checkstyle-result.xml

On 30 July 2016 at 23:36, Tomas Bjerre [email protected] wrote:

And nothing in the Jenkins server log?
How have you configured it? What does your regexp look like?
What are the paths to the report files in your workspace?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<
#10 (comment)
,
or mute the thread
<
https://github.com/notifications/unsubscribe-auth/AAInFxaEHsQiszBu8V8S_2Ix_q_09y45ks5qbDRRgaJpZM4JXcSV

.

Daniel C. Sobral

I travel to the future all the time.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAa1E9vrCCL11Bzu36e5N3_BJBDiFQppks5qbbfDgaJpZM4JXcSV
.

from violation-comments-to-stash-plugin.

tomasbjerre avatar tomasbjerre commented on June 27, 2024

Actually that was a breaking change from 1.15 to 1.16. The regexp requirement is new, sorry.

from violation-comments-to-stash-plugin.

dcsobral avatar dcsobral commented on June 27, 2024

I got it working on a findbugs build. A checkstyle build I tried it on
didn't produce any results, but it probably didn't have violations in the
changed code.

So while I'm happy that it works, this ticket is about lack of feedback on
the output. I don't get any information on either positive or negative
results: the findbugs build isn't telling me it's going to make (or made) X
comments, the checkstyle build didn't tell me it wasn't commenting on
anything, and the invalid regex exception was nowhere to be seen.

On 1 August 2016 at 04:45, Tomas Bjerre [email protected] wrote:

Actually that was a breaking change from 1.15 to 1.16. The regexp
requirement is new, sorry.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAInF0Zov6t198L75FqS65p6jq28inmgks5qbc4_gaJpZM4JXcSV
.

Daniel C. Sobral

I travel to the future all the time.

from violation-comments-to-stash-plugin.

tomasbjerre avatar tomasbjerre commented on June 27, 2024

Good point! I'll fix it.

from violation-comments-to-stash-plugin.

tomasbjerre avatar tomasbjerre commented on June 27, 2024

I added more logging now. Should be in the Jenkins update site within a few hours. Open issue again if any more suggestions!

from violation-comments-to-stash-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.