Skip to content

Commit

Permalink
[IIIF-949] Clean up refactor remains (#96)
Browse files Browse the repository at this point in the history
* Clean up refactor remains
* Update curl version for a happy build
* Add Pushover notifications
  • Loading branch information
ksclarke authored Aug 21, 2020
1 parent d1d886b commit e77c049
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 65 deletions.
62 changes: 0 additions & 62 deletions .jenkinsfile

This file was deleted.

8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ notifications:
- [email protected]
on_success: change
on_failure: change
pushover:
if: type == cron AND branch == main
api_key: "${PUSHOVER_API_KEY}"
users:
- "${PUSHOVER_USER_KEY}"
template: "%{repository_slug} (%{commit}) : %{message} - Build details: %{build_url}"
on_success: never
on_failure: always
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# This file contains a list of project codeowners
#

* @ksclarke @cachemeoutside @markmatney @DRickard
* @UCLALibrary/services-team-reviewers
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<json.version>20180130</json.version>
<scm.plugin.version>1.11.2</scm.plugin.version>
<deploy.plugin.version>2.8.2</deploy.plugin.version>
<codacy.plugin.version>1.0.2</codacy.plugin.version>
<codacy.plugin.version>1.2.0</codacy.plugin.version>
<xml.maven.plugin.version>1.0.2</xml.maven.plugin.version>
<docker.maven.plugin.version>0.33.0</docker.maven.plugin.version>
<maven.download.plugin.version>1.3.0</maven.download.plugin.version>
Expand Down Expand Up @@ -135,6 +135,7 @@
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>${json.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down Expand Up @@ -558,7 +559,7 @@
<unzip.version>=6.0-25ubuntu1</unzip.version>
<zip.version>=3.0-11build1</zip.version>
<graphicsmagick.version>=1.4+really1.3.35-1</graphicsmagick.version>
<curl.version>=7.68.0-1ubuntu2.1</curl.version>
<curl.version>=7.68.0-1ubuntu2.2</curl.version>
<imagemagick.version>=8:6.9.10.23+dfsg-2.1ubuntu11</imagemagick.version>
<ffmpeg.version>=7:4.2.4-1ubuntu0.1</ffmpeg.version>
<python2.version>=2.7.17-2ubuntu4</python2.version>
Expand Down

0 comments on commit e77c049

Please sign in to comment.