Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    pom.xml
    skipped 9 lines
    10 10   <version>1.0.5</version>
    11 11   </parent>
    12 12   <artifactId>k8s-helper</artifactId>
    13  - <version>2.0.2</version>
     13 + <version>2.0.3</version>
    14 14   <build>
    15 15   <plugins>
    16 16   <plugin>
    skipped 74 lines
  • ■ ■ ■ ■
    src/main/java/io/onedev/k8shelper/KubernetesHelper.java
    skipped 635 lines
    636 636   installJVMCert();
    637 637  
    638 638   Client client = ClientBuilder.newClient();
    639  - client.property(ClientProperties.REQUEST_ENTITY_PROCESSING, "CHUNKED");
     639 +// client.property(ClientProperties.REQUEST_ENTITY_PROCESSING, "CHUNKED");
    640 640   try {
    641 641   logger.info("Uploading job outcomes to '{}'...", serverUrl);
    642 642  
    skipped 44 lines
Please wait...
Page is in error, reload to recover