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