Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Sep 5, 2024
1 parent 2b4a064 commit 9b6e866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-plain/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ def renderHelmChart(def context) {
def relativeDestinationFilePath = "chart/Chart.yaml"
def absoluteSourceFilePath = "${context.sourceDir}/${relativeSourceFilePath}"
def absoluteDestinationFilePath = "${context.targetDir}/${relativeDestinationFilePath}"
sh(script: "source use-j21.sh && ./gradlew clean build --stacktrace --no-daemon && source use-j11.sh", label: "Render Helm Chart.yaml file")
sh(script: "sed 's|@component_id@|${context.componentId}|g' ${absoluteSourceFilePath} > ${absoluteDestinationFilePath}", label: "Render Helm Chart.yaml file")
}

0 comments on commit 9b6e866

Please sign in to comment.