Skip to content
Snippets Groups Projects
Commit 569bd9ee authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2626,OZG-2892 fix Jenkinsfile

parent 4a8de377
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ pipeline { ...@@ -47,7 +47,7 @@ pipeline {
} }
} }
if( !(rootVersion == serverVersion && rootVersion == interfaceVersion && rootVersion == mailVersion)){ if( !(rootVersion == userManagerVersion && rootVersion == interfaceVersion )){
error("Versionen sind nicht identisch") error("Versionen sind nicht identisch")
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment