@@ -124,9 +124,9 @@ pipeline {
124124 }
125125 steps {
126126 script {
127- openethereumNative1secImage = docker. build(
127+ nethermindNative1secImage = docker. build(
128128 registry + " /poco-chain:native-${ TAG_NAME} " ,
129- " --file testchains/openethereum .dockerfile" \
129+ " --file testchains/nethermind .dockerfile" \
130130 + " --build-arg \" MNEMONIC=actual surround disorder swim upgrade devote digital misery truly verb slide final\" " \
131131 + " --build-arg CHAIN_TYPE=native" \
132132 + " --build-arg CHAIN_BLOCK_TIME=1" \
@@ -135,7 +135,7 @@ pipeline {
135135 }
136136 script {
137137 docker. withRegistry(" https://" + registry, " nexus" ) {
138- openethereumNative1secImage . push()
138+ nethermindNative1secImage . push()
139139 }
140140 }
141141 }
@@ -149,9 +149,9 @@ pipeline {
149149 }
150150 steps {
151151 script {
152- openethereumToken1secImage = docker. build(
152+ nethermindToken1secImage = docker. build(
153153 registry + " /poco-chain:token-${ TAG_NAME} " ,
154- " --file testchains/openethereum .dockerfile" \
154+ " --file testchains/nethermind .dockerfile" \
155155 + " --build-arg \" MNEMONIC=actual surround disorder swim upgrade devote digital misery truly verb slide final\" " \
156156 + " --build-arg CHAIN_TYPE=token" \
157157 + " --build-arg CHAIN_BLOCK_TIME=1" \
@@ -160,23 +160,23 @@ pipeline {
160160 }
161161 script {
162162 docker. withRegistry(" https://" + registry, " nexus" ) {
163- openethereumToken1secImage . push()
163+ nethermindToken1secImage . push()
164164 }
165165 }
166166 }
167167 }
168168
169- stage(" Native 5s image" ) {
169+ stage(" Native 5s image " ) {
170170 when {
171171 expression {
172172 env. TAG_NAME != null && env. TAG_NAME . toString(). contains(buildWhenTagContains)
173173 }
174174 }
175175 steps {
176176 script {
177- openethereumNative5secImage = docker. build(
177+ nethermindNative5secImage = docker. build(
178178 registry + " /poco-chain:native-${ TAG_NAME} -5s" ,
179- " --file testchains/openethereum .dockerfile" \
179+ " --file testchains/nethermind .dockerfile" \
180180 + " --build-arg \" MNEMONIC=actual surround disorder swim upgrade devote digital misery truly verb slide final\" " \
181181 + " --build-arg CHAIN_TYPE=native" \
182182 + " --build-arg CHAIN_BLOCK_TIME=5" \
@@ -185,7 +185,7 @@ pipeline {
185185 }
186186 script {
187187 docker. withRegistry(" https://" + registry, " nexus" ) {
188- openethereumNative5secImage . push()
188+ nethermindNative5secImage . push()
189189 }
190190 }
191191 }
@@ -199,9 +199,9 @@ pipeline {
199199 }
200200 steps {
201201 script {
202- openethereumNative5secImage = docker. build(
202+ nethermindNative5secImage = docker. build(
203203 registry + " /poco-chain:token-${ TAG_NAME} -5s" ,
204- " --file testchains/openethereum .dockerfile" \
204+ " --file testchains/nethermind .dockerfile" \
205205 + " --build-arg \" MNEMONIC=actual surround disorder swim upgrade devote digital misery truly verb slide final\" " \
206206 + " --build-arg CHAIN_TYPE=token" \
207207 + " --build-arg CHAIN_BLOCK_TIME=5" \
@@ -210,10 +210,10 @@ pipeline {
210210 }
211211 script {
212212 docker. withRegistry(" https://" + registry, " nexus" ) {
213- openethereumNative5secImage . push()
213+ nethermindNative5secImage . push()
214214 }
215215 }
216216 }
217217 }
218218 }
219- }
219+ }
0 commit comments