Use tagging instead of branching for csit-verified 39/639/1
authorJan Gelety <[email protected]>
Tue, 29 Mar 2016 14:24:47 +0000 (16:24 +0200)
committerJan Gelety <[email protected]>
Tue, 29 Mar 2016 14:49:53 +0000 (16:49 +0200)
- use tags instead of branches in case of
  job "csit-vpp-master-verify-weekly"

Change-Id: Icbdcc2a57e1ab17d634ce3b8deedbc481f8f313c
Signed-off-by: Jan Gelety <[email protected]>
jjb/csit/csit-vpp-functional.yaml

index dcedc68..fd56246 100644 (file)
     publishers:
         - git:
                push-only-if-success: true
-               branches:
-                   - branch:
-                       name: "master-verified"
+               tags:
+                   - tag:
+                       remote: origin
+                       name: "csit-verified"
+                       message: "Verified CSIT version for VPP testing"
+                       create-tag: true
+                       update-tag: true