diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-08 07:49:05 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-08-08 07:49:05 -0700 |
commit | dc7a7c1a40ba23bf5f00b698304489bb09b8ffa5 (patch) | |
tree | bab102ea3ec634477d9de4928fc103c88bd8371c /jjb/integration | |
parent | 7f81378b4543e7aea1ad99ecadebc585ede6f471 (diff) |
Fix CSIT JJB template to pull integration repo
Change-Id: I6a37bd4d3c0ac3fb08e5f8f3b1664cffaa318102
Issue-id: INT-61
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'jjb/integration')
-rw-r--r-- | jjb/integration/integration-templates-csit.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml index f12bcfbec..4018309d9 100644 --- a/jjb/integration/integration-templates-csit.yaml +++ b/jjb/integration/integration-templates-csit.yaml @@ -9,12 +9,12 @@ properties: - lf-infra-properties: - project: '{project-name}' + project: 'integration' build-days-to-keep: '{build-days-to-keep}' parameters: - infra-parameters: - project: '{project-name}' + project: 'integration' branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' @@ -63,12 +63,12 @@ properties: - lf-infra-properties: - project: '{project-name}' + project: 'integration' build-days-to-keep: '{build-days-to-keep}' parameters: - infra-parameters: - project: '{project-name}' + project: 'integration' branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' |