Add node container to Jenkins config
This commit is contained in:
parent
249b15b777
commit
0207ffdfa2
|
@ -218,6 +218,11 @@ jenkins:
|
|||
Image: "spotify/alpine"
|
||||
Command: cat
|
||||
TTY: true
|
||||
node:
|
||||
Image: "node"
|
||||
ImageTag: "9.11.2"
|
||||
Command: cat
|
||||
TTY: true
|
||||
EnvVars:
|
||||
- type: Secret
|
||||
key: PGP_PASSPHRASE
|
||||
|
|
Loading…
Reference in New Issue