It looks like we have some problem with our Jenkins. Because I have created a job, fetching your github repository. And I have configure the Warning plugin, in order to parse the single.xml file you have in your src/test package and I have the same error. :s

I tried another solution, with my own parser, configured in the Admin part of Jenkins. Here is the structure of the error message :
app/_javascript_/test.js: line 2, col 8, Error - 'angular' is not defined. (no-undef)

You will find in the attached file the configuration of new parser.

When I execute my job, I have a similar issue :

Commencing build of Revision d1de912ac99d897ca5c4ce97331f431cbe6a9c95 (origin/HEAD, origin/master)
Checking out Revision d1de912ac99d897ca5c4ce97331f431cbe6a9c95 (origin/HEAD, origin/master)
Warning : There are multiple branch changesets here
[testworkflowgrunt-ci-1] $ /bin/bash -xe /tmp/hudson1893862861617495453.sh
+ npm install
npm WARN package.json tutoGruntWorkflow@1.0.0 No repository field.
+ ./node_modules/grunt-cli/bin/grunt eslint:app
 [4mRunning "eslint:app" (eslint) task [24m
app/_javascript_/test.js: line 2, col 8, Error - 'angular' is not defined. (no-undef)

1 problem
 [33mWarning: Task "eslint:app" failed.  Use --force to continue. [39m

 [31mAborted due to warnings. [39m
+ true
[WARNINGS] Parsing warnings in console log with parser ESLint
ERROR: Publisher hudson.plugins.warnings.WarningsPublisher aborted due to exception
java.lang.IllegalStateException: java.io.IOException: Underlying input stream returned zero bytes
	at org.apache.commons.io.LineIterator.hasNext(LineIterator.java:107)
	at hudson.plugins.warnings.parser.RegexpLineParser.parse(RegexpLineParser.java:93)
	at hudson.plugins.warnings.parser.ParserRegistry.parse(ParserRegistry.java:315)
	at hudson.plugins.warnings.parser.ParserRegistry.parse(ParserRegistry.java:294)
	at hudson.plugins.warnings.WarningsPublisher.parseConsoleLog(WarningsPublisher.java:398)
	at hudson.plugins.warnings.WarningsPublisher.perform(WarningsPublisher.java:320)
	at hudson.plugins.analysis.core.HealthAwareRecorder.perform(HealthAwareRecorder.java:333)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:780)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:752)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:705)
	at hudson.model.Run.execute(Run.java:1617)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:237)
Finished: FAILURE

any ideas ?

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

--
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to