forked from crc83/gradle-jenkins-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build. Upgrade to gradle 5.6. Coveralls report generated.
- Loading branch information
Serhii Belei
committed
Aug 24, 2019
1 parent
f9648d1
commit e88c3c2
Showing
12 changed files
with
95 additions
and
51 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
jdk: | ||
- openjdk8 | ||
|
||
language: groovy | ||
|
||
env: | ||
global: | ||
secure: "CRe4vg/7rY2Tr3o65k7uNFvIPRPiGDnDoH3XtCsNozOnWF3FUCWjCG8MQXEbgywJSlqhoed5Ram2gUUB2mUJzFcopJiur2HFa9yY6dzUFWk2krm1YN3IqeIPUsx4dAqc7KxL5UNWQB/e0/famRglhWR7qOAt8N0ZrAVeEoNZwn+jvBQVj/eM4Xl6qot67JacfzjBiEIrOUivz9Q8klhaA9/oJ1Yic0WiWIbMXFCD5fLRH0qwK+po+expY5Z14z+OJnwfFObOJUllEw6mFMjGOA8KwpfiPEz+LrQNHU4zEzc/ihVgh0c2hz1w7uj3fPiySrEFbR5K+KPEPcWSYMclWcQbxy177ZabNHrF6M+xRWIR/9qQdksDCvCZaTH/OIkz4VCAwb14YrWti70yb7nZnpP/HvIw3vpz1GEVWl05Ss7wUSQIDxwbB7Ukx4RfC2abAC9VwSw83n1XJZ7NVSXfou/+N1XGnNNZED85AbLxLL8GImjDiGzrqjDb2gXplAdz78rZZmOStefDhcKwI8NQYuYNqbMVyghK5cruIqUctO0Tf5ZiEwx2zAR4UkS6EzJ8b4pvinRtdOhD9/EUAtN9LmO0gJDlOi0Iyp2pBPk9i4kmTl85/RISMO/wHmgfnWAaBkMLsSi4lG3GDXAI9I9DQ9mNeYTSKuuB2c6imVcIMWA=" | ||
|
||
before_cache: | ||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock | ||
|
||
install: | ||
|
||
script: | ||
./gradlew dailyBuild | ||
|
||
cache: | ||
directories: | ||
- $HOME/.gradle/caches/ | ||
- $HOME/.gradle/wrapper/ | ||
- $HOME/.gradle/wrapper/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#Sun Feb 25 21:49:05 EET 2018 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
src/main/groovy/com/terrafolio/gradle/plugins/jenkins/dsl/JenkinsConfigurationException.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/com/terrafolio/gradle/plugins/service/JenkinsService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/com/terrafolio/gradle/plugins/service/JenkinsServiceException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/com/terrafolio/gradle/plugins/tasks/JenkinsValidationException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters