Skip to content

Commit 1b01a8f

Browse files
committed
Polishing.
Remove inconsistent blank lines. See #1508
1 parent bf53c0b commit 1b01a8f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Jenkinsfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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']) {

0 commit comments

Comments
 (0)