Commit Graph

6 Commits

Author SHA1 Message Date
Jakub Sokołowski 0fde46acc0 ci: sent Discord notifications for all builds
Just for more clarity on build status. No more guessing.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-06-01 20:16:17 +02:00
Jakub Sokołowski f71cf1450e ci: add deploy tag to commit to avoid race conditions
When parallel builds for different environments run on the same host at
the same time then the one that finishes last overwrites the Docker
image that was built first, since the commit will be the same.

"So the last shall be first, and the first last: for many be called, but few chosen."
Matthew 20:16, King James Bible

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-05-18 11:03:52 +02:00
burnettk dfcd46f6f6 add dir instruction to get inside the app dir when creating version json file 2023-05-15 11:40:11 -04:00
Jakub Sokołowski fb494e5e30 ci: create version_info.json file
Will be used for exporting version metrics.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-05-09 17:48:39 +02:00
Jakub Sokołowski b1ee581dae ci: add discord notifications to at build success
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-03-23 23:02:58 +01:00
Jakub Sokołowski 3b7857739a ci: add basic jenkinsfile for building Docker images
This is the first and most basic version of a Jenkinsfile we can use.

Since we can't just hardcode things like docker name, tag, or
credentials for pushing to a Docker registry it needs to be a parameter.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-27 20:46:15 +01:00