mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
align used node images
This commit is contained in:
parent
e2f2329984
commit
12cf07a73d
@ -125,7 +125,7 @@ steps:
|
|||||||
tests: ''
|
tests: ''
|
||||||
snykExecute:
|
snykExecute:
|
||||||
buildDescriptorFile: './package.json'
|
buildDescriptorFile: './package.json'
|
||||||
dockerImage: 'node:8.11.2-stretch'
|
dockerImage: 'node:8-stretch'
|
||||||
exclude: []
|
exclude: []
|
||||||
monitor: true
|
monitor: true
|
||||||
scanType: 'npm'
|
scanType: 'npm'
|
||||||
|
@ -87,7 +87,7 @@ class SnykExecuteTest extends BasePiperTest {
|
|||||||
)
|
)
|
||||||
|
|
||||||
assertThat(withCredentialsParameters.credentialsId, is('myPassword'))
|
assertThat(withCredentialsParameters.credentialsId, is('myPassword'))
|
||||||
assertThat(jder.dockerParams, hasEntry('dockerImage', 'node:8.11.2-stretch'))
|
assertThat(jder.dockerParams, hasEntry('dockerImage', 'node:8-stretch'))
|
||||||
assertThat(jder.dockerParams.stashContent, hasItem('buildDescriptor'))
|
assertThat(jder.dockerParams.stashContent, hasItem('buildDescriptor'))
|
||||||
assertThat(jder.dockerParams.stashContent, hasItem('opensourceConfiguration'))
|
assertThat(jder.dockerParams.stashContent, hasItem('opensourceConfiguration'))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user