Add Acumos push-upstream jobs
Similar to change 620, this is a quick fix to get Acumos working.
Change-Id: I98fcc4dc21aca206327fd315b1c1e5c07f342e3c
diff --git a/jjb/acumos/global-templates-acumos-push-upstream.yaml b/jjb/acumos/global-templates-acumos-push-upstream.yaml
new file mode 100644
index 0000000..a4e1f6e
--- /dev/null
+++ b/jjb/acumos/global-templates-acumos-push-upstream.yaml
@@ -0,0 +1,41 @@
+- job-template:
+ name: 'acumos-{project-name}-{stream}-push-upstream'
+
+ node: onap-ubuntu1604
+
+ disabled: false
+
+ concurrent: true
+
+ properties:
+ - logrotate
+
+ parameters:
+ - project-parameters:
+ project: '{project}'
+ branch: '{branch}'
+ - nordix-gerrit-parameters
+
+ scm:
+ - git-scm-gerrit:
+ ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
+ branch: '{branch}'
+ refspec: $GERRIT_REFSPEC
+
+ triggers:
+ - nordix-gerrit-push-upstream:
+ project: '{project}'
+ branch: '{branch}'
+ files: '**'
+
+ wrappers:
+ - build-timeout:
+ timeout: 10
+
+ builders:
+ - shell:
+ !include-raw-escape: ./push-upstream-jobs.sh
+
+ publishers:
+ - notify-slack:
+ slack-channel: '#infra'