summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2021-04-23 15:22:14 -0400
committerDave Wallace <dwallacelf@gmail.com>2021-04-23 15:22:46 -0400
commit5b83338fe7aafc732f5c7c8aa04e75ef80e8e161 (patch)
tree1226c6c403157d25f7dad64a688c5d638c49a32c /jjb/global-macros.yaml
parent8b096b06ec27886b0d4fb7e48073474d79afb9e2 (diff)
Remove deprecated fdio-infra-shiplogs macro
- Update node labels, replacing deprecated 'snergster' labels with equivalent 'fdiotools' node labels Change-Id: I1ff7d42b2c4f4f592567378b7f1fe359ff7e2a0f Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml37
1 files changed, 0 insertions, 37 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index 42ed9078..dfcb815c 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -686,43 +686,6 @@
fail-build: false
- publisher:
- name: fdio-infra-shiplogs
- # To archive things, the job will need to create an "archives" directory in
- # the workspace and this macro will handle copying the contents of the
- # archives directory.
- #
- # Uses the build parameter ARCHIVE_ARTIFACTS if not empty to find files to
- # archive. You can pass globstar patterns for example "**/*.xml **/*.log" as
- # the archive pattern. This is a space separated list of files to archive.
- #
- # Also ensure that the workspace is cleaned up at the end of the build.
- publishers:
- - postbuildscript:
- builders:
- - role: BOTH
- build-on:
- - ABORTED
- - FAILURE
- - NOT_BUILT
- - SUCCESS
- - UNSTABLE
- build-steps:
- - shell: !include-raw: include-raw-deploy-archives.sh
- - maven-target:
- maven-version: '{maven-version}'
- pom: '.archives/deploy-archives.xml'
- goals: 'clean deploy -V -B -q -Dmaven.repo.local=/tmp/r'
- settings: 'jenkins-log-archives-settings'
- settings-type: cfp
- global-settings: 'global-settings'
- global-settings-type: cfp
- - description-setter:
- regexp: '^Build logs: .*'
- mark-unstable-if-failed: true
- - workspace-cleanup:
- fail-build: false
-
-- publisher:
name: jacoco-report
publishers:
- jacoco: