Fix resume syntax.
This commit is contained in:
parent
c97451b1a6
commit
315626848f
|
@ -5,7 +5,7 @@ import org.yaml.snakeyaml.Yaml
|
|||
def (options, maven_local_repo_path, maven_settings_file, maven_parent_file) = ['', '', '', '']
|
||||
def agent_root_folder = '/var/lib/jenkins/.m2'
|
||||
def verbose = true
|
||||
def resume = ${params.resume}
|
||||
def resume = params.resume
|
||||
if (params.Type == 'SNAPSHOT-DRY-RUN') {
|
||||
echo "Configure Maven for SNAPSHOT-DRY-RUN artifacts"
|
||||
options = ''
|
||||
|
|
Loading…
Reference in New Issue