summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/aai/aai-aai-service.yaml2
-rw-r--r--jjb/policy/policy-common.yaml2
2 files changed, 3 insertions, 1 deletions
diff --git a/jjb/aai/aai-aai-service.yaml b/jjb/aai/aai-aai-service.yaml
index f95e79c6c..154158a65 100644
--- a/jjb/aai/aai-aai-service.yaml
+++ b/jjb/aai/aai-aai-service.yaml
@@ -5,7 +5,7 @@
jobs:
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
-
+ - '{project-name}-{stream}-release-java-daily'
project: 'aai/aai-service'
stream:
- 'master':
diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml
index ac5d92186..f753df517 100644
--- a/jjb/policy/policy-common.yaml
+++ b/jjb/policy/policy-common.yaml
@@ -12,5 +12,7 @@
- 'master':
branch: 'master'
mvn-settings: 'policy-common-settings'
+ maven-deploy-properties: |
+ deployAtEnd=true
files: '**'
archive-artifacts: ''