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 {
|
pipeline {
|
||||||
agent { label 'master' }
|
agent { label 'linux' }
|
||||||
|
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
|
|
Loading…
Reference in New Issue