Changed "agent_label" var to: pipeline-agent-garr

This commit is contained in:
Roberto Cirillo 2019-10-04 15:29:30 +02:00
parent fd0ee8e267
commit 131b73de0b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ import org.yaml.snakeyaml.Yaml
def (options, maven_local_repo_path, maven_settings_file) = ['', '', '']
def maven_jdk = 'OpenJDK 8'
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') {
echo "Configure Maven for SNAPSHOT-DRY-RUN artifacts"