mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 06:07:33 +00:00
don't use Jenkins master host for combined jobs
This lowers the risk of someone extracting sensitive data from master. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
89535ea8fc
commit
8abea59196
@ -1,5 +1,5 @@
|
||||
pipeline {
|
||||
agent { label 'master' }
|
||||
agent { label 'linux' }
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
|
Loading…
x
Reference in New Issue
Block a user