diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-project-jobs.yml | 2 | ||||
-rw-r--r-- | jjb/global/releng-macros.yml | 6 | ||||
-rw-r--r-- | jjb/releng/opnfv-lint.yml | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/jjb/functest/functest-project-jobs.yml b/jjb/functest/functest-project-jobs.yml index 4468da778..9a123053f 100644 --- a/jjb/functest/functest-project-jobs.yml +++ b/jjb/functest/functest-project-jobs.yml @@ -220,7 +220,7 @@ builders: - shell: | cd $WORKSPACE && tox -edocs - wget -O - https://git.opnfv.org/releng/plain/utils/upload-artifact.sh | bash -s "api/_build" "docs" + wget -O - https://git.opnfv.org/releng/plain/utils/upload-artifact.sh | bash -s "api/build" "docs" ################################ # job publishers ################################ diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index f473d8541..b7335fafa 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -106,6 +106,12 @@ branches: - 'origin/$BRANCH' timeout: 15 + per-build-tag: false + shallow-clone: false + use-author: false + ignore-notify: false + wipe-workspace: true + prune: false - scm: name: git-scm-gerrit diff --git a/jjb/releng/opnfv-lint.yml b/jjb/releng/opnfv-lint.yml index f8e994c90..aac8c3160 100644 --- a/jjb/releng/opnfv-lint.yml +++ b/jjb/releng/opnfv-lint.yml @@ -122,7 +122,7 @@ comment-contains-value: 'reverify' projects: - project-compare-type: 'REG_EXP' - project-pattern: 'functest|functest-kubernetes|sdnvpn|qtip|daisy|sfc|escalator' + project-pattern: 'sdnvpn|qtip|daisy|sfc|escalator' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' |