Skip to content

Commit 3bc3b37

Browse files
committed
feat: BREAKING CHANGE. docker image now requires config file at runtime
instead of inserting the API key at build time. It now must be mounted during start up time.
1 parent 925dd04 commit 3bc3b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/runJenkinsPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_sonarqube_unresolved_issues(report_task_file){
3232
def getVersion(){
3333
node(){
3434
checkout scm
35-
return readTOML( file: 'pyproject.toml')['project']
35+
return readTOML( file: 'pyproject.toml')['project']['version']
3636
}
3737
}
3838

0 commit comments

Comments
 (0)