Evaluate Changelogic without registration!
  

Get Last Version (in given test release cycle)


Use this service to find out how to check out the latest version in a given test release cycle.

Input

ParameterRequired?ExplanationExample
URLYesBase URL on Changelogic servicehttps://changelogic.example.com/changelogic/service.php
eventYesEvent of Changelogic service, it remains always the sameevent=Get_last_version
userYesChangelogic username to use when accessing the serviceuser=autobuild
authYesAuthentication code for the user. You can generate new authentication code for a user from menu Project-> Authentication codesauth=l92ac4b7d77c76
script_versionYesSerial version number of current client protocol; this specification describes version 58script_version=58
submilestoneYesNumber of the test release cyclesubmilestone=1.17.2

Example URL: https://cl.example.com/service.php?event=Get_last_version&user=autobuild&auth=a92&script_version=58&submilestone=1.17.2

Output

PropertyExplanationExample
versionVersion number in human readable formversion=1.17.2.18
tagTag in VCS repositorytag=ver-1_17_2_18
repositoryPath to main module in VCSmodule=fancyproject
module0.server_path, module1.server_path, module2.server_path, ...Paths to extra modules in VCSmodule0.server_path=funnymodule
module0.work_path, module1.work_path, module2.work_path, ...Paths to extra modules in working directory, relative to root of main modulemodule0.work_path=modules/funny
missing_adjustments.adjustment0.id, missing_adjustments.adjustment1.id, missing_adjustments.adjustment2.id, ...Identifiers of environment adjustments required for given version that are missing from environmentmissing_adjustments.adjustment0.id=32
missing_adjustments.adjustment0.short_description, missing_adjustments.adjustment1.short_description, missing_adjustments.adjustment2.short_description, ...Short descriptions of environment adjustments required for given version that are missing from environmentmissing_adjustments.adjustment0.short_description=At least 5GB free tablespace for Oracle
excessive_adjustments.adjustment0.id, excessive_adjustments.adjustment1.id, excessive_adjustments.adjustment2.id, ...Identifiers of environment adjustments NOT required for given version that are excessive in environmentexcessive_adjustments.adjustment0.id=37
excessive_adjustments.adjustment0.short_description, excessive_adjustments.adjustment1.short_description, excessive_adjustments.adjustment2.short_description, ...Short descriptions of environment adjustments NOT required for given version that are excessive in environmentexcessive_adjustments.adjustment0.short_description=Java 5 JVM