Add a note regarding deploy maven jobs 17/46017/1
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 22 Sep 2016 01:49:48 +0000 (11:49 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 22 Sep 2016 01:49:48 +0000 (11:49 +1000)
Maven deploy jobs still need to remain Jenkins Maven Project types,
perhaps we can take another look at migration to freestyle once upstream
enhancement MNG-5666 is resolved.

    https://issues.apache.org/jira/browse/MNG-5666

Change-Id: I61d6cd92687006b3c6485510306048d48e1c4c99
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/integration/integration-distribution-jobs.yaml

index b479d7456417750d0ebede72e05dcf8e7e590657..f8a1896b21c91e92f781ffb2a1648fedf09902d9 100644 (file)
         - email-notification:
             email-prefix: '[int/dist]'
 
+
 - job-template:
     name: 'integration-distribution-merge-{stream}'
 
+    # Need to keep jobs that deploy to Nexus at end of build as Maven
+    # projects. Maybe reconsider this once upstream moves deploy to a
+    # separate lifecycle:
+    #     https://issues.apache.org/jira/browse/MNG-5666
+
     project-type: maven
     node: centos7-java-builder-2c-8g
     jdk: '{jre}'