From 1318566328981c09a3e4ac38fe6634d39a8e3c24 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 18 Nov 2014 14:47:15 -0500 Subject: [PATCH] Set Maven Deploy id and url to blank strings Change-Id: I2b63c9ee21ae76217bd4d40d1f7cd351f4475692 Signed-off-by: Thanh Ha --- jjb/job.yaml.example | 4 ++-- jjb/job.yaml.template | 4 ++-- jjb/ttp/ttp.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jjb/job.yaml.example b/jjb/job.yaml.example index 004ce47d7..a7bf1d757 100644 --- a/jjb/job.yaml.example +++ b/jjb/job.yaml.example @@ -119,8 +119,8 @@ - email-notification: email-prefix: '[aaa]' - maven-deploy: - id: - url: + id: '' + url: '' unique-version: true deploy-unstable: false diff --git a/jjb/job.yaml.template b/jjb/job.yaml.template index 299291c56..c77ad060d 100644 --- a/jjb/job.yaml.template +++ b/jjb/job.yaml.template @@ -119,8 +119,8 @@ - email-notification: email-prefix: '[PROJECT]' - maven-deploy: - id: - url: + id: '' + url: '' unique-version: true deploy-unstable: false diff --git a/jjb/ttp/ttp.yaml b/jjb/ttp/ttp.yaml index f34aa16e7..1b6aa8b20 100644 --- a/jjb/ttp/ttp.yaml +++ b/jjb/ttp/ttp.yaml @@ -119,8 +119,8 @@ - email-notification: email-prefix: '[ttp]' - maven-deploy: - id: - url: + id: '' + url: '' unique-version: true deploy-unstable: false -- 2.36.6