Commit Graph

33 Commits

Author SHA1 Message Date
Eric Dvorsak 0530f9c8dd
Fix fastlane builds
the file with the version number has been moved to subdirectory and a symlink
to it is created, but after the version number is fetched from it where it used
to be

Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-07-24 11:12:26 +02:00
Volodymyr Kozieiev 457f2a157a
Desktop branch merged into develop (#5266)
* Desktop branch merged into develop
* Fixed review notes by yenda
2018-07-23 18:21:31 +03:00
Jakub Sokołowski bdc7284308
disable colors for fastlane to keep jenkins logs cleaner
Details: https://github.com/fastlane/fastlane/issues/316
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-07-23 16:35:36 +02:00
Aleksandr Pantiukhov d3b28ddbe8
re-natal completely removed from the project and replaced with clj-rn
Signed-off-by: Aleksandr Pantiukhov <alwxndr@gmail.com>
2018-07-18 23:56:39 +02:00
Roman Volosovskyi f27e4fe57e
build React Native from fork 2018-06-29 06:56:07 +03:00
Jakub Sokołowski e54c3c3aed fix declaration location of build_no variables 2018-06-12 12:52:01 +02:00
Jakub 9ac95d3ed8
tag and push within the script (#4540) 2018-06-12 10:08:09 +02:00
Anton Danchenko 0beeaa0322
ixed build for e2e tests in release pipeline
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-06-08 13:09:17 +02:00
Anton Danchenko beb7cd2b84
build apk for e2e tests, trigger end-to-end-tests/status-app-nightly job
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-06-05 09:17:49 +02:00
Igor Mandrigin a27134fb44
Add a suffix (config identifier) to the Android artifacts.
Otherwise, it is possible to override the artifact by building the same commit but in a different configuration.

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-30 13:51:54 +02:00
Igor Mandrigin 0eebedadc9
Allow to build any branch in release configuration.
Important to be able to implement nightlies with the release conf.

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-28 13:39:17 +02:00
Jakub Sokołowski e38ed4144a
use trim() to remove newlines when reading VERSION
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-05-25 16:52:40 +02:00
Jakub Sokołowski 7a70bc185e
don't create .version, it's redundant 2018-05-24 21:52:41 +02:00
Jakub Sokołowski a3e3cd7891
use VERSION file in Jenkinsfiles 2018-05-24 21:52:40 +02:00
Jakub Sokołowski bf0e8ddd5f
move build_no.sh to scripts/ 2018-05-24 21:52:37 +02:00
Igor Mandrigin ff86ea7f95
Timeout and abort Jenkins jobs after 90 minutes.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-21 22:24:26 +02:00
Jakub Sokołowski 5375ff5a26
don't specify a single host only 2018-05-18 10:25:42 +02:00
Jakub 436ac1d798
Merge pull request #4131 from status-im/fix/build-numbering
Fix for versionCode conflicts when uploading to Play Store
2018-05-16 16:55:54 +02:00
Jakub Sokołowski 79ef297bf7
fix pushing for Jenkinsfile.release too 2018-05-16 15:55:09 +02:00
Roman Volosovskyi 38b94d7dce
fix release build 2018-05-11 14:36:18 +03:00
Roman Volosovskyi 68997983e5
fix .version file creation in release builds 2018-05-09 14:41:25 +02:00
Jakub Sokołowski 3c0fa7feb5
move pushing build tag to after deploy stages 2018-05-07 15:37:58 +02:00
Jakub Sokołowski 99e9316fda
add use of --tag 2018-05-07 15:37:56 +02:00
Jakub Sokołowski f97fec1547
update jenkinsfiles and build.gradle to use build_no.sh 2018-05-07 15:37:54 +02:00
Roman Volosovskyi 924d16dc64
fix version in release build 2018-04-18 09:44:39 +01:00
Goran Jovic 539e975374
restored fetch tags to release jenkinsfile as we need it for release version
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-04-02 11:16:22 +02:00
Chd 039ae7be59
add fastlane, beta deploy lanes, and jenkins release changes 2018-03-27 14:50:23 +02:00
Julien Eluard 4145a31a2d
Simplify Jenkins files and remove needs for develop branch
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-19 19:07:46 +01:00
Eric Dvorsak 8b4b083b50
[FIX] fix apk path for releases
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-02-14 12:55:58 +01:00
Oskar Thoren cffa4c5759
Jenkinsfile.release: use BRANCH_NAME
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-02-13 13:25:27 +01:00
Eric Dvorsak 314d425187
Clean up build scripts 2018-01-17 01:22:14 +01:00
Ivan Borovkov 0eb4fb0a42 fix path to apk for artifact upload 2018-01-13 14:11:37 +02:00
Oskar Thoren 0a1c3bcd88
Jenkinsfile.release
Like Jenkinsfile.nightly but with .env.prod mainly.
2018-01-05 18:16:17 +09:00