File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33buildInfo = 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-
185baseDir = ' 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- )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments