Skip to content

Commit

Permalink
jenkin: fix GitHub releases
Browse files Browse the repository at this point in the history
Specifically filenames and the diff link.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Aug 6, 2020
1 parent 2161192 commit 7a80eca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.android
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.0'
library 'status-react-jenkins@v1.2.1'

pipeline {
agent { label 'linux' }
Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.combined
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.0'
library 'status-react-jenkins@v1.2.1'

pipeline {
agent { label 'linux' }
Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.ios
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.0'
library 'status-react-jenkins@v1.2.1'

pipeline {
agent { label 'macos-xcode-11.5' }
Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.nix-cache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.0'
library 'status-react-jenkins@v1.2.1'

pipeline {
agent { label params.AGENT_LABEL }
Expand Down
2 changes: 1 addition & 1 deletion ci/tools/Jenkinsfile.fastlane-clean
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.0'
library 'status-react-jenkins@v1.2.1'

pipeline {
agent { label 'macos' }
Expand Down
2 changes: 1 addition & 1 deletion ci/tools/Jenkinsfile.playstore-meta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.0'
library 'status-react-jenkins@v1.2.1'

pipeline {
agent { label 'linux' }
Expand Down

0 comments on commit 7a80eca

Please sign in to comment.