Jakub Sokołowski
5915dd42bd
https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes https://developer.apple.com/documentation/xcode-release-notes/xcode-15_0_1-release-notes https://developer.apple.com/documentation/xcode-release-notes/xcode-15_1-release-notes Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
.. | ||
tests | ||
tools | ||
Jenkinsfile | ||
Jenkinsfile.android | ||
Jenkinsfile.combined | ||
Jenkinsfile.e2e-nightly | ||
Jenkinsfile.ios | ||
Jenkinsfile.tests | ||
README.md |
README.md
Description
This folder contains files defininf Jenkins pipelines that run on https://ci.status.im/.
Libraries
All Jenkinsfile
s contain the following line:
library 'status-jenkins-lib@master'
Which loads the used methods - like nix.shell()
- from a separate private repo:
https://github.com/status-im/status-jenkins-lib
This is done to improve security of our CI setup.