diff options
-rw-r--r-- | jjb/honeycomb/honeycomb.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 30a4b0fc2..0638e03e8 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -72,10 +72,6 @@ global-settings: 'global-settings' global-settings-type: cfp - postbuilders: - - shell: | - if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.7.0-openjdk-amd64||echo 'ignoring failure';fi - publishers: - email-notification: email-prefix: '[honeycomb]' @@ -144,10 +140,6 @@ global-settings: 'global-settings' global-settings-type: cfp - postbuilders: - - shell: | - if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.7.0-openjdk-amd64||echo 'ignoring failure';fi - publishers: - email-notification: email-prefix: '[honeycomb]' @@ -283,9 +275,6 @@ !include-raw-escape: - ../scripts/maven_push_functions.sh - include-raw-honeycomb-pkg-push.sh - - shell: | - if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.7.0-openjdk-amd64||echo 'ignoring failure';fi - reporters: - findbugs |