Skip to content

Commit

Permalink
JENKINS-50990 Adding ClassFilter for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Apr 26, 2018
1 parent 33e7d84 commit ce8bc92
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Git Changelog Plugin Changelog
Changelog of Git Changelog Plugin.
## Unreleased
### No issue
**Helper scripts**

[f374c9a15dd3a51](https://github.com/jenkinsci/git-changelog-plugin/commit/f374c9a15dd3a51) Tomas Bjerre *2018-04-25 17:45:50*

## 2.2
### GitHub [#20](https://github.com/jenkinsci/git-changelog-plugin/issues/20) gitChangelog step not working with slaves
**Second correction file path on remote agents #20**
Expand Down
3 changes: 3 additions & 0 deletions docker-slave.sh
@@ -0,0 +1,3 @@
#!/bin/bash
sudo docker run jenkins/jnlp-slave -url http://172.17.0.1:8080/jenkins -workDir=/home/jenkins/agent 430fa1da020e7fca4344d120cfc70f7f1baf9202a6b635a71c1c0f85b617b0d4 mynode

2 changes: 1 addition & 1 deletion run.sh
@@ -1,2 +1,2 @@
#!/bin/sh
mvn -q hpi:run -Djava.util.logging.config.file=logging.properties -Djenkins.version=2.89.3
mvn hpi:run -Djava.util.logging.config.file=logging.properties -Djenkins.version=2.118 -Denforcer.skip=true
9 changes: 9 additions & 0 deletions src/main/resources/META-INF/hudson.remoting.ClassFilter
@@ -0,0 +1,9 @@
se.bjurr.gitchangelog.api.model.interfaces.IAuthors
se.bjurr.gitchangelog.api.model.interfaces.ICommits
se.bjurr.gitchangelog.api.model.interfaces.IIssues
se.bjurr.gitchangelog.api.model.Author
se.bjurr.gitchangelog.api.model.Changelog
se.bjurr.gitchangelog.api.model.Commit
se.bjurr.gitchangelog.api.model.Issue
se.bjurr.gitchangelog.api.model.IssueType
se.bjurr.gitchangelog.api.model.Tag

0 comments on commit ce8bc92

Please sign in to comment.