Skip to content
Snippets Groups Projects
Commit 4d417b64 authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

Merge branch 'OZG-7429-fix-info-client-jenkinsfile' into 'main'

OZG-7429 Fix jenkinsfile of info-client

See merge request !8
parents 487f28f5 f4c9e3e3
No related branches found
No related tags found
1 merge request!8OZG-7429 Fix jenkinsfile of info-client
...@@ -245,7 +245,7 @@ Void loginToDockerRegistry(){ ...@@ -245,7 +245,7 @@ Void loginToDockerRegistry(){
} }
} }
String getInfoPackageJsonVersion() { String getInfoPackageJsonVersion() {
def packageJSON = readJSON file: 'alfa-client/apps/info/package.json' def packageJSON = readJSON file: 'apps/info/package.json'
def packageJSONVersion = packageJSON.version def packageJSONVersion = packageJSON.version
echo packageJSONVersion echo packageJSONVersion
return packageJSONVersion return packageJSONVersion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment