diff options
author | 2016-09-01 16:42:07 -0500 | |
---|---|---|
committer | 2016-09-01 16:45:17 -0500 | |
commit | f91c176657174856e4150d3124f45e6f6243e137 (patch) | |
tree | 3d6f8809d87063296e57ad1d3c7459ead10fcf6d /jjb | |
parent | 86dd7f8a814e925eaf9b37a7f3724dbac2512d0f (diff) |
Replacing vpp-settings with nsh_sfc-settings to configure Jenkins for nsh_sfc
Change-Id: I359e678f85c4ee5a19dd4cc26065cabeeabb5293
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/nsh_sfc/nsh_sfc.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/nsh_sfc/nsh_sfc.yaml b/jjb/nsh_sfc/nsh_sfc.yaml index ab8265bdc..c9a946091 100644 --- a/jjb/nsh_sfc/nsh_sfc.yaml +++ b/jjb/nsh_sfc/nsh_sfc.yaml @@ -61,7 +61,7 @@ - maven-target: maven-version: '{mvn33}' goals: '--version' - settings: 'vpp-settings' + settings: 'nsh_sfc-settings' settings-type: cfp global-settings: 'global-settings' global-settings-type: cfp @@ -128,7 +128,7 @@ - maven-target: maven-version: '{mvn33}' goals: '--version' - settings: 'vpp-settings' + settings: 'nsh_sfc-settings' settings-type: cfp global-settings: 'global-settings' global-settings-type: cfp @@ -183,4 +183,4 @@ - ../scripts/cleanup_vpp_plugin_dev_env.sh - ../scripts/setup_vpp_plugin_dev_env.sh - include-raw-nsh_sfc-build.sh - - ../scripts/cleanup_vpp_plugin_dev_env.sh
\ No newline at end of file + - ../scripts/cleanup_vpp_plugin_dev_env.sh |