diff options
Diffstat (limited to 'jjb/ncomp/ncomp-cdap.yaml')
-rw-r--r-- | jjb/ncomp/ncomp-cdap.yaml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/jjb/ncomp/ncomp-cdap.yaml b/jjb/ncomp/ncomp-cdap.yaml deleted file mode 100644 index 5c7ead3cf..000000000 --- a/jjb/ncomp/ncomp-cdap.yaml +++ /dev/null @@ -1,27 +0,0 @@ ---- -- project: - name: ncomp-cdap - project-name: 'ncomp-cdap' - jobs: - - '{project-name}-{stream}-clm' - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version2-java-daily' - - '{project-name}-{stream}-stage-site-java': - site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version2-java-daily' - - project: 'ncomp/cdap' - stream: - - 'master': - branch: 'master' - - 'release-1.0.0': - branch: 'release-1.0.0' - mvn-settings: 'ncomp-cdap-settings' - # due to a strange macro / variable translation problem this needs to be - # passed as a string block to properly get the properties correctly defined - # in the job - maven-deploy-properties: | - deployAtEnd=true - files: '**' - archive-artifacts: '' |