Remove duplicate unused job definitions
Remove duplicate references to 'gate-{name}-docs' where the project uses the job-group 'python-jobs' as this already includes the docs job. Remove template-job definition for 'gate-{name}-build' as it has been replaced by a job-group which supersedes the template-job definition due to the parse order of jobs, job groups and job templates. Change-Id: I096087e2e6663f919fb3779a7b628abde2ebe0ab
This commit is contained in:
parent
b63a96079e
commit
f94a653195
@ -1,27 +1,6 @@
|
||||
# usig a freestyle project to work around jenkins bug:
|
||||
# https://issues.jenkins-ci.org/browse/JENKINS-14193
|
||||
|
||||
- job-template:
|
||||
name: 'gate-{name}-build'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 30
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||
source version.properties
|
||||
mvn clean package -Dproject-version=$PROJECT_VER
|
||||
|
||||
publishers:
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{name}-localrepo-upload'
|
||||
node: '{node}'
|
||||
|
@ -172,7 +172,6 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- gate-{name}-docs
|
||||
|
||||
- project:
|
||||
name: python-congressclient
|
||||
@ -216,7 +215,6 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- gate-{name}-docs
|
||||
|
||||
- project:
|
||||
name: magnetodb
|
||||
|
Loading…
x
Reference in New Issue
Block a user