X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Freleng-macros.yaml;h=ca11a7c861b88873ca974ce55ed29b55050e3072;hb=57368a56c8a5a3597c5790752cc50196705434e2;hp=95bd6ea9b95651f281297bc3129316adf35cf362;hpb=9e083327742a5b06deffe72ab1f520817d575f67;p=releng%2Fbuilder.git diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index 95bd6ea9b..ca11a7c86 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -15,7 +15,7 @@ description: 'Parameter to identify an ODL Gerrit project' - string: name: ARCHIVE_ARTIFACTS - default: '{artifacts} **/target/surefire-reports/*-output.txt **/hs_err_*.log' + default: '{artifacts} **/target/surefire-reports/*-output.txt **/hs_err_*.log **/target/feature/feature.xml' description: 'Space separated glob patterns for artifacts to archive into logs.opendaylight.org' - string: name: GERRIT_PROJECT @@ -287,15 +287,7 @@ publishers: - postbuildscript: builders: - - shell: | - #!/bin/bash - if [ -d "$WORKSPACE/.venv-openstack" ]; then - source $WORKSPACE/.venv-openstack/bin/activate - OS_STATUS=`openstack --os-cloud rackspace stack show -f json -c stack_status $STACK_NAME | jq -r '.stack_status'` - if [ "$OS_STATUS" != "CREATE_IN_PROGRESS" ] && [ "$OS_STATUS" != "DELETE_IN_PROGRESS" ]; then - openstack --os-cloud rackspace stack delete --yes $STACK_NAME - fi - fi + - shell: !include-raw: include-raw-stack-delete.sh - shell: !include-raw: include-raw-deploy-archives.sh - maven-target: maven-version: '{maven-version}' @@ -506,3 +498,11 @@ name: verify-gpg-signature builders: - shell: !include-raw: include-raw-verify-gpg-signatures.sh + +- builder: + name: opendaylight-infra-jjbini + builders: + - config-file-provider: + files: + - file-id: 'jjbini' + target: '$HOME/.config/jenkins_jobs/jenkins_jobs.ini'