Skip to content

Commit ab96acc

Browse files
committed
Simplify build.
Remove additional Eclipselink build steps as we don't use these. See #3892
1 parent 2489e01 commit ab96acc

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

Jenkinsfile

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -124,28 +124,6 @@ pipeline {
124124
}
125125
}
126126
}
127-
stage("test: eclipselink-next") {
128-
agent {
129-
label 'data'
130-
}
131-
options { timeout(time: 30, unit: 'MINUTES')}
132-
environment {
133-
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
134-
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
135-
TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
136-
}
137-
steps {
138-
script {
139-
docker.withRegistry(p['docker.proxy.registry'], p['docker.proxy.credentials']) {
140-
docker.image(p['docker.java.main.image']).inside(p['docker.java.inside.docker']) {
141-
sh "PROFILE=all-dbs,eclipselink-next " +
142-
"JENKINS_USER_NAME=${p['jenkins.user.name']} " +
143-
"ci/test.sh"
144-
}
145-
}
146-
}
147-
}
148-
}
149127
}
150128
}
151129

0 commit comments

Comments
 (0)