Skip to content

Commit f385599

Browse files
authored
fix: remove sconification steps (#133)
1 parent bf9e54e commit f385599

3 files changed

Lines changed: 2 additions & 46 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,12 @@
22

33
buildInfo = getBuildInfo()
44

5-
properties(
6-
[
7-
buildDiscarder(logRotator(numToKeepStr: '10')),
8-
parameters([
9-
string(defaultValue: '5.9.1', name: 'SCONIFY_VERSION', trim: true)
10-
])
11-
]
12-
)
13-
14-
if (params.SCONIFY_VERSION.isEmpty()) {
15-
error "SCONIFY_VERSION can't be null or empty"
16-
}
17-
185
baseDir = 'offchain-computing'
19-
def nativeImage = buildSimpleDocker_v3(
6+
7+
buildSimpleDocker_v3(
208
buildInfo: buildInfo,
219
dockerfileDir: baseDir,
2210
buildContext: baseDir,
2311
dockerImageRepositoryName: 'offchain-python-hello-world',
2412
visibility: 'iex.ec'
2513
)
26-
27-
sconeBuildUnlocked(
28-
nativeImage: nativeImage,
29-
imageName: 'offchain-python-hello-world',
30-
imageTag: buildInfo.imageTag,
31-
sconifyArgsPath: baseDir + '/sconify.args',
32-
sconifyVersion: params.SCONIFY_VERSION
33-
)

offchain-computing/sconify.args

Lines changed: 0 additions & 11 deletions
This file was deleted.

offchain-computing/sconify.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)