Skip to content

Commit

Permalink
fix unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Aug 29, 2024
1 parent 007fcf8 commit 3fe79a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be-java-springboot/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ def odsGitRef = ''
def odsImageTag = ''
def sharedLibraryRef = ''
def agentImageTag = ''
def javaVersion = '21'

node {
odsNamespace = env.ODS_NAMESPACE ?: 'ods'
Expand All @@ -21,7 +22,6 @@ odsQuickstarterPipeline(
stage('Build spring project') {
dir(context.targetDir) {
def springBootVersion = '3.3.3'
def javaVersion = '21'
echo "--- create spring boot (v${springBootVersion}) project via spring initializr ---"

sh "curl https://start.spring.io/starter.tgz \
Expand Down

0 comments on commit 3fe79a2

Please sign in to comment.