From: Fatih Degirmenci Date: Mon, 22 Oct 2018 07:25:09 +0000 (+0200) Subject: Rename jjb-verify and jjb-merge files X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;ds=inline;h=9d40a69062cd1b911a892befc8ca503d4be616e9;p=infra%2Fcicd.git Rename jjb-verify and jjb-merge files Change-Id: Ifcbbd0e0c3a01c74abc735682bce8a8997c67615 Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/infra/jjb-merge.yaml b/jjb/infra/jjb-merge-jobs.yaml similarity index 79% rename from jjb/infra/jjb-merge.yaml rename to jjb/infra/jjb-merge-jobs.yaml index df6e0977..6505fedb 100644 --- a/jjb/infra/jjb-merge.yaml +++ b/jjb/infra/jjb-merge-jobs.yaml @@ -1,4 +1,7 @@ --- +# this job gets triggered when a change is merged in cicd/jjb +# the updates to the jobs are deployed to jenkins using jenkins-jobs update command +# result will be send to Gerrit in the form of a comment - project: name: infra-jjb-merge diff --git a/jjb/infra/jjb-verify.yaml b/jjb/infra/jjb-verify-jobs.yaml similarity index 81% rename from jjb/infra/jjb-verify.yaml rename to jjb/infra/jjb-verify-jobs.yaml index 119b3b4f..469ad66a 100644 --- a/jjb/infra/jjb-verify.yaml +++ b/jjb/infra/jjb-verify-jobs.yaml @@ -1,4 +1,7 @@ --- +# this job gets triggered when a change is proposed to cicd/jjb +# the change is verified using jenkins-jobs test command +# result will be send to Gerrit in the form of Verified +1 or -1 - project: name: infra-jjb-verify