X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdaexim%2Fdaexim-csit-basic.yaml;h=01d90ecb296dc57f12722538159bd6d80017be45;hb=d429e518be01b2dcbe3094399826489fdea55381;hp=dad3d01117f339b14f49f9975542441766f06f7e;hpb=fedf9edbba37062c6555b0cd144ce896d4fd9528;p=releng%2Fbuilder.git diff --git a/jjb/daexim/daexim-csit-basic.yaml b/jjb/daexim/daexim-csit-basic.yaml index dad3d0111..01d90ecb2 100644 --- a/jjb/daexim/daexim-csit-basic.yaml +++ b/jjb/daexim/daexim-csit-basic.yaml @@ -1,7 +1,8 @@ +--- - project: name: daexim-csit-basic jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'daexim' @@ -11,14 +12,16 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - bundleurl: 'https://jenkins.opendaylight.org/releng/view/daexim/job/daexim-merge-carbon/lastSuccessfulBuild/org.opendaylight.daexim$daexim-karaf/artifact/org.opendaylight.daexim/daexim-karaf/1.0.0-SNAPSHOT/daexim-karaf-1.0.0-SNAPSHOT.zip' + - oxygen: + branch: 'master' + jre: 'openjdk8' + - nitrogen: + branch: 'stable/nitrogen' + jre: 'openjdk8' install: - - only: - scope: 'only' + - only: + scope: 'only' # no mininet required tools_system_count: 0 @@ -28,6 +31,3 @@ # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'daexim-merge-{stream}'