Remove docker login from java-merge job 30/95430/1
authorEric Ball <eball@linuxfoundation.org>
Tue, 10 Sep 2019 20:45:43 +0000 (13:45 -0700)
committerEric Ball <eball@linuxfoundation.org>
Tue, 10 Sep 2019 20:45:43 +0000 (13:45 -0700)
This builder breaks jobs that do not have docker credentials setup.
Due to the number of jobs that currently do not support this, it
would be better to make this conditional, or create a separate job.

Change-Id: If08e128c627d964ec4bd7c9346067ada59773ba0
Issue-ID: CIMAN-217
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jjb/global-templates-java.yaml

index d6104d8..84d9cd0 100644 (file)
 
     builders:
       - lf-infra-pre-build
-      - lf-infra-docker-login:
-          global-settings-file: 'global-settings'
-          settings-file: '{mvn-settings}'
       - provide-maven-settings:
           global-settings-file: 'global-settings'
           settings-file: '{mvn-settings}'