We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17179e2 commit 3208dabCopy full SHA for 3208dab
Jenkinsfile
@@ -71,7 +71,7 @@ def podTemplate(arch,version) {
71
requests:
72
cpu: 1
73
memory: 1Gi
74
- image: 'node:${version}'
+ image: "node:${version}"
75
imagePullPolicy: IfNotPresent
76
command:
77
- cat
0 commit comments