Navigation Menu

Skip to content

Commit

Permalink
JENKINS-46482 Update Jenkins core version from 1.642 to 1.651.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ceilfors committed Aug 29, 2017
1 parent d34d907 commit b571995
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,9 @@
### Fixed
- [JENKINS-38797](https://issues.jenkins-ci.org/browse/JENKINS-38797) Support custom field parameter mapping

### Changed
- Update Jenkins core version from 1.642 to 1.651.2

## [0.4.2] - 2017-08-11
### Fixed
- [JENKINS-43642](https://issues.jenkins-ci.org/browse/JENKINS-43642) jira-trigger-plugin used in a pipeline job is giving NullPointerException upon restart
Expand Down
4 changes: 3 additions & 1 deletion build.gradle
Expand Up @@ -55,6 +55,8 @@ dependencies {
exclude group: 'org.slf4j'
}
compile 'com.google.inject.extensions:guice-multibindings:4.0'
testCompile 'org.jenkins-ci:test-annotations:1.2'
testCompile 'org.jenkins-ci.plugins:matrix-auth:1.7@jar'
testCompile 'org.hamcrest:hamcrest-all:1.3'
testCompile 'org.spockframework:spock-core:0.7-groovy-1.8'
testCompile 'cglib:cglib-nodep:2.2.2' // used by Spock
Expand Down Expand Up @@ -82,7 +84,7 @@ tasks.withType(Test) {
}

jenkinsPlugin {
coreVersion = '1.642'
coreVersion = '1.651.2'
shortName = 'jira-trigger'
displayName = 'JIRA Trigger Plugin'
url = 'http://wiki.jenkins-ci.org/display/JENKINS/JIRA+Trigger+Plugin'
Expand Down

0 comments on commit b571995

Please sign in to comment.