Release 2023.0.10.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -31,7 +31,7 @@ pipeline {
|
||||
|
||||
steps {
|
||||
script {
|
||||
def image = docker.build("springci/spring-data-release-tools:0.14", "ci")
|
||||
def image = docker.build("springci/spring-data-release-tools:0.15", "ci")
|
||||
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
|
||||
image.push()
|
||||
}
|
||||
@@ -45,7 +45,7 @@ pipeline {
|
||||
}
|
||||
agent {
|
||||
docker {
|
||||
image 'springci/spring-data-release-tools:0.14'
|
||||
image 'springci/spring-data-release-tools:0.15'
|
||||
}
|
||||
}
|
||||
options { timeout(time: 4, unit: 'HOURS') }
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Release train version
|
||||
release.version=2023.0.1
|
||||
release.version=2024.0.0-M2
|
||||
|
||||
Reference in New Issue
Block a user