Skip to content

Commit

Permalink
ASM build and release pipeline and script
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
  • Loading branch information
rfelcman committed Apr 15, 2021
1 parent 2a41bfd commit 6623ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/jenkins/release_asm.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause

// Job input parameters:
// ASM_VERSION - Oracle DDL Parser version to release
// NEXT_ASM_VERSION - Next Oracle DDL Parser snapshot version to set (e.g. 1.2.4-SNAPSHOT)
// ASM_VERSION - EclipseLink ASM version to release
// NEXT_ASM_VERSION - Next EclipseLink ASM snapshot version to set (e.g. 1.2.4-SNAPSHOT)
// BRANCH - Branch to release
// DRY_RUN - Do not publish artifacts to OSSRH and code changes to GitHub
// OVERWRITE - Allows to overwrite existing version in git and OSSRH staging repositories
Expand Down Expand Up @@ -136,7 +136,7 @@ spec:
}
}
// Perform release
stage('Build and release Oracle DDL Parser') {
stage('Build and release EclipseLink ASM') {
steps {
container('el-build') {
git branch: GIT_BRANCH_RELEASE, credentialsId: SSH_CREDENTIALS_ID, url: GIT_REPOSITORY_URL
Expand Down

0 comments on commit 6623ab6

Please sign in to comment.