refactor(executeFreeleapsPipeline): update command in dep-resolver to log Node.js and npm versions
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
dd47e5f6c1
commit
3dfb8dd8c4
@ -42,8 +42,10 @@ def generateComponentStages(component, configurations) {
|
||||
name: 'dep-resolver',
|
||||
image: env.buildAgentImage,
|
||||
ttyEnabled: true,
|
||||
command: 'sleep',
|
||||
args: 'infinity'
|
||||
// command: 'sleep',
|
||||
// args: 'infinity'
|
||||
command: 'sh',
|
||||
args: '-c "node -v && npm -v"'
|
||||
)
|
||||
]
|
||||
) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user