diff options
Diffstat (limited to 'jjb/policy/policy-common.yaml')
-rw-r--r-- | jjb/policy/policy-common.yaml | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index 779dbcec2..e664f6e81 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -4,7 +4,6 @@ project-name: 'policy-common' jobs: - gerrit-maven-clm: - java-version: '' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -21,35 +20,14 @@ 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 + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g - java-version: '' project: 'policy/common' project-name: 'policy-common' 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' |