summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/clamp/clamp-csit.yaml2
-rw-r--r--jjb/dcaegen2/dcaegen2-platform-configbinding.yaml18
2 files changed, 12 insertions, 8 deletions
diff --git a/jjb/clamp/clamp-csit.yaml b/jjb/clamp/clamp-csit.yaml
index 9847abc12..3f567301a 100644
--- a/jjb/clamp/clamp-csit.yaml
+++ b/jjb/clamp/clamp-csit.yaml
@@ -9,7 +9,9 @@
functionality:
- 'TCA':
trigger_jobs:
+ - '{project-name}-{stream}-release-java-daily-checkstyle'
- 'UIs':
trigger_jobs:
+ - '{project-name}-{stream}-release-java-daily-checkstyle'
robot-options: ''
branch: 'master'
diff --git a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml
index 95b2717b4..9d0e3e5db 100644
--- a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml
+++ b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml
@@ -2,19 +2,21 @@
- project:
name: dcaegen2-platform-configbinding
project-name: 'dcaegen2-platform-configbinding'
- subproject:
- - platform-configbinding:
- path: '.'
- pattern: '**'
jobs:
- - '{project-name}-{stream}-{subproject}-verify-python'
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-version-java-daily'
project: 'dcaegen2/platform/configbinding'
-
stream:
- 'master':
branch: 'master'
- - 'release-1.0.0':
- branch: 'release-1.0.0'
mvn-settings: 'dcaegen2-platform-configbinding-settings'
+ # due to a strange macro / variable translation problem this needs
+ # to be passed as a string block to properly get the properties
+ # correctly defined in the job
+ maven-deploy-properties: |
+ deployAtEnd=true
+ files: '**'
+ archive-artifacts: ''
build-node: 'ubuntu1604-docker-8c-8g'