Changed "agent_label" var to: pipeline-agent-garr
This commit is contained in:
parent
fd0ee8e267
commit
131b73de0b
|
@ -4,7 +4,7 @@ import org.yaml.snakeyaml.Yaml
|
||||||
def (options, maven_local_repo_path, maven_settings_file) = ['', '', '']
|
def (options, maven_local_repo_path, maven_settings_file) = ['', '', '']
|
||||||
def maven_jdk = 'OpenJDK 8'
|
def maven_jdk = 'OpenJDK 8'
|
||||||
def agent_root_folder = '/var/lib/jenkins/.m2'
|
def agent_root_folder = '/var/lib/jenkins/.m2'
|
||||||
def agent_label = 'pipeline-agent'
|
def agent_label = 'pipeline-agent-garr' //'pipeline-agent'
|
||||||
|
|
||||||
if (params.Type == 'SNAPSHOT-DRY-RUN') {
|
if (params.Type == 'SNAPSHOT-DRY-RUN') {
|
||||||
echo "Configure Maven for SNAPSHOT-DRY-RUN artifacts"
|
echo "Configure Maven for SNAPSHOT-DRY-RUN artifacts"
|
||||||
|
|
Loading…
Reference in New Issue