X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsfc%2Fsfc-python.yaml;h=88ac908f8c141bbf6e58a900ff72ff96555fd5ec;hb=8982f488e4b06c9c72bae36a9a5fabf2c281c25e;hp=b123316af5b23fcf86951a4939eb23f327480735;hpb=f6c7a326378d8bd2dcdaf31c5dcdf88b0ecd6db4;p=releng%2Fbuilder.git diff --git a/jjb/sfc/sfc-python.yaml b/jjb/sfc/sfc-python.yaml index b123316af..88ac908f8 100644 --- a/jjb/sfc/sfc-python.yaml +++ b/jjb/sfc/sfc-python.yaml @@ -3,11 +3,13 @@ jobs: - 'sfc-verify-python-{stream}' - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) stream: - - master: + - boron: branch: 'master' + - beryllium: + branch: 'stable/beryllium' project: 'sfc' jdk: 'openjdk7' @@ -20,8 +22,8 @@ # The purpose of this job template is to setup a ODL verify job # # Required Variables: - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) project-type: freestyle node: dynamic_verify @@ -81,8 +83,9 @@ source $WORKSPACE/venv-tox/bin/activate pip install tox argparse tox --version - cd sfc-py + cd $WORKSPACE/sfc-py tox + ./jenkins_build_package.sh publishers: - email-notification: