Skip to content

Commit 7acd4ab

Browse files
committed
ci: replace pysonar-scanner with pysonar
1 parent e3762b7 commit 7acd4ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vars/runJenkinsPipeline.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ def call(){
287287
UV_PYTHON_INSTALL_DIR='/tmp/uvpython'
288288
UV_CACHE_DIR='/tmp/uvcache'
289289
SONAR_USER_HOME='/tmp/sonar'
290+
VERSION="${readTOML( file: 'pyproject.toml')['project'].version}"
291+
290292
}
291293
when{
292294
allOf{

0 commit comments

Comments
 (0)