Issue Type: Bug Bug
Assignee: stephenconnolly
Components: literate
Created: 14/May/14 2:50 PM
Description:

I've create a minimal README.md

  1. Build

./gradlew clean build

However, literate-plugin throws an NPE while building:

Parsing literate build description...
Literate build description:
FATAL: null
java.lang.NullPointerException
at org.cloudbees.literate.jenkins.LiterateBranchBuild$RunnerImpl.doRun(LiterateBranchBuild.java:238)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:565)
at hudson.model.Run.execute(Run.java:1592)
at org.cloudbees.literate.jenkins.LiterateBranchBuild.run(LiterateBranchBuild.java:211)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)
at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66)

From the stacktrace it looked like the plugin was missing 'environments', so I added one:

  1. Build

./gradlew clean build

  1. Environments
  • `linux`

However, the issue remains

Project: Jenkins
Priority: Major Major
Reporter: kutzi
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