File tree 2 files changed +15
-24
lines changed
2 files changed +15
-24
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pipeline {
54
54
}
55
55
56
56
parallel {
57
- stage(" test: java.next (hibernate 6.1 )" ) {
57
+ stage(" test: baseline (hibernate 6.3.x snapshots )" ) {
58
58
agent {
59
59
label ' data'
60
60
}
@@ -66,25 +66,7 @@ pipeline {
66
66
steps {
67
67
script {
68
68
docker. image(p[' docker.java.next.image' ]). inside(p[' docker.java.inside.docker' ]) {
69
- sh ' PROFILE=all-dbs,hibernate-61 ci/test.sh'
70
- sh " ci/clean.sh"
71
- }
72
- }
73
- }
74
- }
75
- stage(" test: baseline (hibernate 6.3)" ) {
76
- agent {
77
- label ' data'
78
- }
79
- options { timeout(time : 30 , unit : ' MINUTES' )}
80
- environment {
81
- ARTIFACTORY = credentials(" ${ p['artifactory.credentials']} " )
82
- TESTCONTAINERS_IMAGE_SUBSTITUTOR = ' org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
83
- }
84
- steps {
85
- script {
86
- docker. image(p[' docker.java.main.image' ]). inside(p[' docker.java.inside.docker' ]) {
87
- sh ' PROFILE=all-dbs,hibernate-63 ci/test.sh'
69
+ sh ' PROFILE=all-dbs,hibernate-63-next ci/test.sh'
88
70
sh " ci/clean.sh"
89
71
}
90
72
}
Original file line number Diff line number Diff line change 53
53
54
54
<profiles >
55
55
<profile >
56
- <id >hibernate-61 </id >
56
+ <id >hibernate-63 </id >
57
57
<properties >
58
- <hibernate >6.1.7 .Final</hibernate >
58
+ <hibernate >6.3.0 .Final</hibernate >
59
59
</properties >
60
60
</profile >
61
61
<profile >
62
- <id >hibernate-63</id >
62
+ <id >hibernate-63-next </id >
63
63
<properties >
64
- <hibernate >6.3.0.CR1 </hibernate >
64
+ <hibernate >6.3.1-SNAPSHOT </hibernate >
65
65
</properties >
66
+ <repositories >
67
+ <repository >
68
+ <id >sonatype-oss</id >
69
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
70
+ <releases >
71
+ <enabled >false</enabled >
72
+ </releases >
73
+ </repository >
74
+ </repositories >
66
75
</profile >
67
76
<profile >
68
77
<id >all-dbs</id >
You can’t perform that action at this time.
0 commit comments