We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45ff449 + fc42a29 commit ea3a4f4Copy full SHA for ea3a4f4
2 files changed
Jenkinsfile
@@ -1,4 +1,4 @@
1
-@Library('global-jenkins-library@1.9.0') _
+@Library('global-jenkins-library@2.1.1') _
2
3
buildInfo = getBuildInfo()
4
@@ -14,4 +14,5 @@ sconeBuildUnlocked(
14
imageName: 'python-hello-world',
15
imageTag: buildInfo.imageTag,
16
sconifyArgsPath: 'cloud-computing/sconify.args',
17
+ sconifyVersion: '5.7.1'
18
)
cloud-computing/sconify.args
@@ -7,7 +7,7 @@
7
--host-path=/etc/resolv.conf \
8
--binary=/usr/local/bin/python3.7 \
9
--heap=1G \
10
---dlopen=2 \
+--dlopen=1 \
11
--no-color \
12
--verbose \
13
--command="python3 /app/app.py"
0 commit comments