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:
Jakub Sokołowski 2020-02-27 15:16:09 +01:00
parent 89535ea8fc
commit 8abea59196
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
pipeline {
agent { label 'master' }
agent { label 'linux' }
options {
timestamps()