Skip to content

Commit 99211bf

Browse files
committed
Remove .next builds due to pruned Hibernate snapshots.
See #4049
1 parent 7388c90 commit 99211bf

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

Jenkinsfile

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -80,28 +80,6 @@ pipeline {
8080
}
8181
}
8282
}
83-
stage("test: baseline (hibernate 6.6 snapshots)") {
84-
agent {
85-
label 'data'
86-
}
87-
options { timeout(time: 30, unit: 'MINUTES')}
88-
environment {
89-
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
90-
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
91-
TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
92-
}
93-
steps {
94-
script {
95-
docker.withRegistry(p['docker.proxy.registry'], p['docker.proxy.credentials']) {
96-
docker.image(p['docker.java.next.image']).inside(p['docker.java.inside.docker']) {
97-
sh "PROFILE=all-dbs,hibernate-66-snapshots " +
98-
"JENKINS_USER_NAME=${p['jenkins.user.name']} " +
99-
"ci/test.sh"
100-
}
101-
}
102-
}
103-
}
104-
}
10583
stage("test: java.next (next)") {
10684
agent {
10785
label 'data'
@@ -124,28 +102,6 @@ pipeline {
124102
}
125103
}
126104
}
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-
}
149105
}
150106
}
151107

0 commit comments

Comments
 (0)