Giter Site home page Giter Site logo

paulwellnerbou / git-changelog-jenkins-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jenkinsci/git-changelog-plugin

0.0 0.0 0.0 516 KB

Jenkins plugin creating automatically the JIRA filter URL based on the tickets found in the git log

License: MIT License

Shell 2.33% Java 97.67%

git-changelog-jenkins-plugin's People

Contributors

paulwellnerbou avatar

Watchers

 avatar  avatar  avatar

git-changelog-jenkins-plugin's Issues

Git Changelog plugin crashes on run

We're getting this every time we try to use this plugin, and can't figure out where changelog.mustache is stored on the server itself.


--- Git Changelog ---

java.lang.RuntimeException: Cannot find on classpath (changelog.mustache) or filesystem (/opt/jenkins_slave/changelog.mustache).
at se.bjurr.gitchangelog.api.GitChangelogApi.getTemplateContent(GitChangelogApi.java:502)
at se.bjurr.gitchangelog.api.GitChangelogApi.render(GitChangelogApi.java:94)
at se.bjurr.gitchangelog.api.GitChangelogApi.render(GitChangelogApi.java:123)
at org.jenkinsci.plugins.gitchangelog.perform.RemoteCallable.call(RemoteCallable.java:151)
at org.jenkinsci.plugins.gitchangelog.perform.RemoteCallable.call(RemoteCallable.java:29)
at hudson.remoting.UserRequest.perform(UserRequest.java:210)
at hudson.remoting.UserRequest.perform(UserRequest.java:53)
at hudson.remoting.Request$2.run(Request.java:358)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.FileNotFoundException: changelog.mustache (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at com.google.common.io.Files$1.getInput(Files.java:105)
at com.google.common.io.Files$1.getInput(Files.java:102)
at com.google.common.io.ByteStreams.toByteArray(ByteStreams.java:249)
at com.google.common.io.Files.toByteArray(Files.java:197)
at com.google.common.io.Files.toString(Files.java:223)
at se.bjurr.gitchangelog.api.GitChangelogApi.getTemplateContent(GitChangelogApi.java:496)
... 12 more

FileNotFoundException when specifying Output file for Post Build Action

When i specify an output file name - for post build action - it gives me permission denied on jenkins - saying java.io.FileNotFoundException: change.log (Permission denied)

I even tried first creating that file by executing shell - touch change.log and in the output file I specified $WORKSPACE/change.log - but that did not work either

Any suggestions? Thanks

Process leak: Why does this happen an is it ok?

WARNING: Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
java.lang.Exception
        at hudson.Proc$LocalProc.join(Proc.java:329)
        at hudson.Proc.joinWithTimeout(Proc.java:168)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1587)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
        at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
        at hudson.scm.SCM.checkout(SCM.java:484)

Html incorrectly rendered in summary on job page

Hello,
I used the same template for both printing a summary on job page and create file (the one found here).
The file is created but when I open the job page, all html tag are visible and no rendering is done.
If I add to the a description using html tag, the description is rightly rendered.
2017-03-22 23_14_17-smtpservice 1 11 6290 18 jenkins

Any idea ?
Thank you

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.