diff options
Diffstat (limited to 'jjb/policy/policy-common.yaml')
-rw-r--r-- | jjb/policy/policy-common.yaml | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index 779dbcec2..69922ed14 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -21,27 +21,6 @@ archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g - project: - name: policy-common-release-1.0.0 - project-name: 'policy-common' - jobs: - - '{project-name}-{stream}-verify-java-skip-tests' - - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' - - '{project-name}-{stream}-stage-site-java': - site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version-java-daily' - - project: 'policy/common' - stream: - - 'release-1.0.0': - branch: 'release-1.0.0' - - 'amsterdam': - branch: 'amsterdam' - mvn-settings: 'policy-common-settings' - files: '**' - archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g -- project: name: policy-common-sonar jobs: - gerrit-maven-sonar @@ -52,4 +31,4 @@ branch: 'master' mvn-settings: 'policy-common-settings' mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |