summaryrefslogtreecommitdiffstats
path: root/jjb/hc2vpp/hc2vpp.yaml
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-10-09 14:21:30 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-10-11 12:11:35 -0500
commit8737471505f664cb17a73a869aa7fda2e28cbe6a (patch)
tree4236abe90dab22b7522412c504ad15a2336a3910 /jjb/hc2vpp/hc2vpp.yaml
parentdd68019fa8c60cfaf80495f4de4e2ec8a4c60ab5 (diff)
Fix HC2VPP linting
Fixing HC2VPP linting Change-Id: Id9f8c4d8cef05719d8ea9e8753c1f38484da85e6 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/hc2vpp/hc2vpp.yaml')
-rw-r--r--jjb/hc2vpp/hc2vpp.yaml29
1 files changed, 17 insertions, 12 deletions
diff --git a/jjb/hc2vpp/hc2vpp.yaml b/jjb/hc2vpp/hc2vpp.yaml
index 0148dab13..6e7e92f96 100644
--- a/jjb/hc2vpp/hc2vpp.yaml
+++ b/jjb/hc2vpp/hc2vpp.yaml
@@ -69,6 +69,7 @@
maven:
maven-name: 'mvn33-new'
root-pom: 'pom.xml'
+ # yamllint disable-line rule:line-length
goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge site'
maven-opts: '-Xmx2048m -Dmaven.compile.fork=true'
settings: 'hc2vpp-settings'
@@ -134,6 +135,7 @@
maven:
maven-name: 'mvn33-new'
root-pom: 'pom.xml'
+ # yamllint disable-line rule:line-length
goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge'
maven-opts: '-Xmx2048m -Dmaven.compile.fork=true'
settings: 'hc2vpp-settings'
@@ -192,6 +194,7 @@
maven:
maven-name: 'mvn33-new'
root-pom: 'pom.xml'
+ # yamllint disable-line rule:line-length
goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge -Dsonar -Ddocs.hc.folder=io/fd/hc2vpp -Dmaven.site.skip={skip-site} site -Dmaven.site.deploy.skip={skip-site} site:deploy'
maven-opts: '-Xmx2048m -Dmaven.compile.fork=true'
settings: 'hc2vpp-settings'
@@ -240,6 +243,7 @@
- string:
name: SKIP_JAR_DEPLOY
default: '{skip-jar-deploy}'
+ # yamllint disable-line rule:line-length
description: "Skips deployment of hc2vpp jars if variable is set to true"
scm:
@@ -273,14 +277,15 @@
- shell:
!include-raw-escape: include-raw-hc2vpp-integration-prebuild.sh
maven:
- maven-name: 'mvn33-new'
- root-pom: 'pom.xml'
- goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge'
- maven-opts: '-Xmx2048m -Dmaven.compile.fork=true'
- settings: 'hc2vpp-settings'
- settings-type: cfp
- global-settings: 'global-settings'
- global-settings-type: cfp
+ maven-name: 'mvn33-new'
+ root-pom: 'pom.xml'
+ # yamllint disable-line rule:line-length
+ goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge'
+ maven-opts: '-Xmx2048m -Dmaven.compile.fork=true'
+ settings: 'hc2vpp-settings'
+ settings-type: cfp
+ global-settings: 'global-settings'
+ global-settings-type: cfp
postbuilders:
- maven-target:
@@ -295,13 +300,13 @@
global-settings-file: 'global-settings'
- shell:
!include-raw-escape:
- - ../scripts/maven_push_functions.sh
- - include-raw-hc2vpp-pkg-push.sh
+ - ../scripts/maven_push_functions.sh
+ - include-raw-hc2vpp-pkg-push.sh
- shell:
!include-raw-escape:
- - ../scripts/packagecloud_push.sh
+ - ../scripts/packagecloud_push.sh
reporters:
- - findbugs
+ - findbugs
publishers:
- email-notification: