File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ pipeline {
2929 }
3030 agent { label ' data' }
3131 options { timeout(time : 30 , unit : ' MINUTES' ) }
32-
3332 steps {
3433 script {
3534 def image = docker. build(" springci/spring-data-with-cassandra-3.11:${ p['java.main.tag']} " , " --build-arg BASE=${ p['docker.java.main.image']} --build-arg CASSANDRA=${ p['docker.cassandra.3.version']} ci/openjdk17-8-cassandra-3.11/" )
@@ -48,7 +47,6 @@ pipeline {
4847 }
4948 agent { label ' data' }
5049 options { timeout(time : 30 , unit : ' MINUTES' ) }
51-
5250 steps {
5351 script {
5452 def image = docker. build(" springci/spring-data-with-cassandra-3.11:${ p['java.next.tag']} " , " --build-arg BASE=${ p['docker.java.next.image']} --build-arg CASSANDRA=${ p['docker.cassandra.3.version']} ci/openjdk21-8-cassandra-3.11/" )
@@ -139,12 +137,10 @@ pipeline {
139137 label ' data'
140138 }
141139 options { timeout(time : 20 , unit : ' MINUTES' ) }
142-
143140 environment {
144141 ARTIFACTORY = credentials(" ${ p['artifactory.credentials']} " )
145142 DEVELOCITY_ACCESS_KEY = credentials(" ${ p['develocity.access-key']} " )
146143 }
147-
148144 steps {
149145 script {
150146 docker. withRegistry(p[' docker.proxy.registry' ], p[' docker.proxy.credentials' ]) {
You can’t perform that action at this time.
0 commit comments