diff --git a/vars/findVersionFromNexusRepo.groovy b/vars/findVersionFromNexusRepo.groovy index 3d136df..7e23883 100644 --- a/vars/findVersionFromNexusRepo.groovy +++ b/vars/findVersionFromNexusRepo.groovy @@ -56,8 +56,8 @@ Map call(Map config = [:], Map queryParams = [:]) { version = latest.version } } else { - version = '0.0.1' - unstable('No matching assets found, assuming this is the first version') + version = '0.0.0' + echo 'INFO: No matching assets found, assuming this is the first version.' } return version }