summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/vpp/include-raw-vpp-checkstyle.sh7
-rw-r--r--jjb/vpp/vpp.yaml6
2 files changed, 13 insertions, 0 deletions
diff --git a/jjb/vpp/include-raw-vpp-checkstyle.sh b/jjb/vpp/include-raw-vpp-checkstyle.sh
new file mode 100644
index 000000000..593fb777e
--- /dev/null
+++ b/jjb/vpp/include-raw-vpp-checkstyle.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [ -f build-root/scripts/checkstyle.sh ];then
+ build-root/scripts/checkstyle.sh
+else
+ echo "Cannot find cat build-root/scripts/checkstyle.sh - skipping checkstyle"
+fi \ No newline at end of file
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 34ea563db..50bb72d90 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -88,6 +88,8 @@
builders:
- shell:
+ !include-raw-escape: include-raw-vpp-checkstyle.sh
+ - shell:
!include-raw-escape: include-raw-vpp-build.sh
- job-template:
@@ -142,6 +144,8 @@
builders:
- shell:
+ !include-raw-escape: include-raw-vpp-checkstyle.sh
+ - shell:
!include-raw-escape: include-raw-vpp-build.sh
- job-template:
@@ -186,6 +190,8 @@
builders:
- shell:
+ !include-raw-escape: include-raw-vpp-checkstyle.sh
+ - shell:
!include-raw-escape: include-raw-vpp-build.sh
- maven-target:
maven-version: '{mvn33}'