Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Update to Rel 2.1.6 #359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# To build this plugin do:
gradlew jpi

# To run the self-test suite for this plugin do:
gradlew test

# To clean the node after a build do:
gradlew clean
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

group = 'org.jenkins-ci.plugins'
archivesBaseName = 'phabricator-plugin'
version = '2.1.5'
version = '2.1.6'
description = 'Integrate Jenkins with Phabricator Differentials and Uberalls'

sourceCompatibility = 1.11
Expand All @@ -19,7 +19,7 @@ tasks.withType(JavaCompile) {
}

jenkinsPlugin {
coreVersion = '2.385'
coreVersion = '2.414.3'
displayName = 'Phabricator Differential Plugin'
url = 'https://wiki.jenkins-ci.org/display/JENKINS/Phabricator+Differential+Plugin'
gitHubUrl = 'https://github.com/uber/phabricator-jenkins-plugin'
Expand Down Expand Up @@ -66,7 +66,7 @@ dependencies {
testCompile 'org.powermock:powermock-classloading-xstream:2.0.9'
testCompile 'org.jenkins-ci.plugins:jacoco:3.3.2'

jenkinsTest 'org.jenkins-ci.main:jenkins-war:2.385@war'
jenkinsTest 'org.jenkins-ci.main:jenkins-war:2.414.3@war'
jenkinsTest 'org.jenkins-ci.plugins:matrix-project:1.20@jar'
jenkinsTest 'org.jenkins-ci.main:jenkins-test-harness:1912.v0cdf15450b_fb@jar'
}
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### 2.1.6 (Unreleased)

* Updated HTTPClient dependencie to 4.5 to support later Jenkins builds

### 2.1.5

* Bump version
Expand Down