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

OZG-7429 Fix jenkinsfile of info-client

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